Remove interface shutdown spam
This commit is contained in:
parent
0efe223487
commit
46a08d9381
@ -1372,10 +1372,6 @@ void loop() {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
led_indicate_not_ready();
|
led_indicate_not_ready();
|
||||||
// shut down all radio interfaces
|
|
||||||
for (int i = 0; i < INTERFACE_COUNT; i++) {
|
|
||||||
stopRadio(interface_obj[i]);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user