Fix LED stuck on after radio started

This commit is contained in:
jacob.eva 2024-07-16 16:00:44 +01:00
parent 6d7e763d7f
commit b99aab6cd9
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E

View File

@ -356,7 +356,7 @@ void led_indicate_warning(int cycles) {
delay(100);
if (!forever) cycles--;
}
led_rx_off();
led_tx_off();
}
#endif
#endif