mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-29 08:27:17 +02:00
Remove unnecessary code
This commit is contained in:
@ -1571,9 +1571,6 @@ void networkingTask(void *args) {
|
|||||||
configSchedule.update();
|
configSchedule.update();
|
||||||
transmissionSchedule.update();
|
transmissionSchedule.update();
|
||||||
|
|
||||||
|
|
||||||
uint32_t startTime = millis();
|
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
// Handle reconnection based on mode
|
// Handle reconnection based on mode
|
||||||
if (networkOption == UseWifi) {
|
if (networkOption == UseWifi) {
|
||||||
|
Reference in New Issue
Block a user