From ee59606421bd85b4bc5a5d557648c774a533045a Mon Sep 17 00:00:00 2001 From: Nathan Seidle Date: Thu, 12 Dec 2024 14:00:23 -0700 Subject: [PATCH] Return Bluetooth Command stack size --- Firmware/RTK_Everywhere/Bluetooth.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmware/RTK_Everywhere/Bluetooth.ino b/Firmware/RTK_Everywhere/Bluetooth.ino index 69bd3e27..0d196ae6 100644 --- a/Firmware/RTK_Everywhere/Bluetooth.ino +++ b/Firmware/RTK_Everywhere/Bluetooth.ino @@ -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