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 9bc95eb commit e0f02baCopy full SHA for e0f02ba
Firmware/RTK_Surveyor/RTK_Surveyor.ino
@@ -300,7 +300,7 @@ const int readTaskStackSize = 2000;
300
301
TaskHandle_t handleGNSSDataTaskHandle = NULL;
302
const uint8_t handleGNSSDataTaskPriority = 1; //3 being the highest, and 0 being the lowest
303
-const int handleGNSSDataTaskStackSize = 2000;
+const int handleGNSSDataTaskStackSize = 3000;
304
305
TaskHandle_t pinUART2TaskHandle = NULL; //Dummy task to start UART2 on core 0.
306
volatile bool uart2pinned = false; //This variable is touched by core 0 but checked by core 1. Must be volatile.
0 commit comments