This commit is contained in:
Mark Qvist 2023-01-10 18:12:40 +01:00
parent 6189bfe636
commit a0bf9a34b3
4 changed files with 3 additions and 49 deletions

View file

@ -266,7 +266,7 @@ void ISR_VECT receive_callback(int packet_size) {
bool startRadio() {
update_radio_lock();
if (!radio_online) {
if (!radio_online && !console_active) {
if (!radio_locked && hw_ready) {
if (!LoRa.begin(lora_freq)) {
// The radio could not be started.