Skip to content

Commit

Permalink
Return Bluetooth Command stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
nseidle committed Dec 12, 2024
1 parent b69e1b0 commit ee59606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/RTK_Everywhere/Bluetooth.ino
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ void bluetoothStart()
xTaskCreatePinnedToCore(
bluetoothCommandTask, // Function to run
"BluetoothCommandTask", // Just for humans
2000, // Stack Size
4000, // Stack Size - must be ~4000
nullptr, // Task input parameter
0, // Priority, with 3 (configMAX_PRIORITIES - 1) being the highest, and 0 being the lowest
&bluetoothCommandTaskHandle, // Task handle
Expand Down

0 comments on commit ee59606

Please sign in to comment.