We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb38eb commit 3d7fb8dCopy full SHA for 3d7fb8d
Firmware/RTK_Surveyor/RTK_Surveyor.ino
@@ -175,7 +175,7 @@ bool managerFileOpen = false;
175
176
TaskHandle_t sdSizeCheckTaskHandle = nullptr; //Store handles so that we can kill the task once size is found
177
const uint8_t sdSizeCheckTaskPriority = 0; //3 being the highest, and 0 being the lowest
178
-const int sdSizeCheckStackSize = 2000;
+const int sdSizeCheckStackSize = 3000;
179
bool sdSizeCheckTaskComplete = false;
180
181
char logFileName[sizeof("SFE_Facet_L-Band_230101_120101.ubx_plusExtraSpace")] = "";
0 commit comments