Skip to content

Commit 3d7fb8d

Browse files
committed
Increase SD Size check task
1 parent ecb38eb commit 3d7fb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/RTK_Surveyor.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ bool managerFileOpen = false;
175175

176176
TaskHandle_t sdSizeCheckTaskHandle = nullptr; //Store handles so that we can kill the task once size is found
177177
const uint8_t sdSizeCheckTaskPriority = 0; //3 being the highest, and 0 being the lowest
178-
const int sdSizeCheckStackSize = 2000;
178+
const int sdSizeCheckStackSize = 3000;
179179
bool sdSizeCheckTaskComplete = false;
180180

181181
char logFileName[sizeof("SFE_Facet_L-Band_230101_120101.ubx_plusExtraSpace")] = "";

0 commit comments

Comments
 (0)