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 defba5d commit 88a3d58Copy full SHA for 88a3d58
Firmware/RTK_Everywhere/Bluetooth.ino
@@ -54,8 +54,8 @@ TaskHandle_t bluetoothCommandTaskHandle = nullptr; // Task to monitor incoming C
54
void bluetoothUpdate()
55
{
56
#ifdef COMPILE_BT
57
- static uint32_t lastCheck = millis(); // Check if connected every 50ms
58
- if (millis() > (lastCheck + 50))
+ static uint32_t lastCheck = millis(); // Check if connected every 100ms
+ if (millis() > (lastCheck + 100))
59
60
lastCheck = millis();
61
0 commit comments