Remove unnecessary code

This commit is contained in:
samuelbles07
2025-04-10 14:58:51 +07:00
parent 3c8a65a329
commit 4487992748

View File

@ -1571,9 +1571,6 @@ void networkingTask(void *args) {
configSchedule.update();
transmissionSchedule.update();
uint32_t startTime = millis();
while (1) {
// Handle reconnection based on mode
if (networkOption == UseWifi) {