forked from airgradienthq/arduino
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