Skip to content

Commit ee59606

Browse files
committed
Return Bluetooth Command stack size
1 parent b69e1b0 commit ee59606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/Bluetooth.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ void bluetoothStart()
550550
xTaskCreatePinnedToCore(
551551
bluetoothCommandTask, // Function to run
552552
"BluetoothCommandTask", // Just for humans
553-
2000, // Stack Size
553+
4000, // Stack Size - must be ~4000
554554
nullptr, // Task input parameter
555555
0, // Priority, with 3 (configMAX_PRIORITIES - 1) being the highest, and 0 being the lowest
556556
&bluetoothCommandTaskHandle, // Task handle

0 commit comments

Comments
 (0)