Skip to content

Commit 5c7248d

Browse files
committed
Reduce size of BT command task
1 parent 16a1e76 commit 5c7248d

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-
4000, // Stack Size
553+
2000, // Stack Size
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)