Skip to content

Commit 049085b

Browse files
committed
Remove unused variable
1 parent 7044b47 commit 049085b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Firmware/RTK_Everywhere/RTK_Everywhere.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,6 @@ const uint8_t buttonCheckTaskPriority = 1; // 3 being the highest, and 0 being t
550550
const int buttonTaskStackSize = 2000;
551551

552552
const int shutDownButtonTime = 2000; // ms press and hold before shutdown
553-
unsigned long lastRockerSwitchChange; // If quick toggle is detected (less than 500ms), enter WiFi AP Config mode
554553
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
555554

556555
// Webserver for serving config page from ESP32 as Acess Point

0 commit comments

Comments
 (0)