Remove interface shutdown spam

This commit is contained in:
Jacob Eva 2025-06-17 18:37:38 +01:00
parent 0efe223487
commit 46a08d9381

View File

@ -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]);
}
} }
} }