mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-06-07 06:12:44 -04:00
Remove debug statement
This commit is contained in:
parent
821e8d47e9
commit
9871a65d50
1 changed files with 0 additions and 3 deletions
|
@ -1495,9 +1495,6 @@ void loop() {
|
||||||
}
|
}
|
||||||
tx_queue_handler(selected_radio);
|
tx_queue_handler(selected_radio);
|
||||||
selected_radio->checkModemStatus();
|
selected_radio->checkModemStatus();
|
||||||
|
|
||||||
// debug
|
|
||||||
Serial.write("Bitrate :"); Serial.print(selected_radio->getBitrate()); Serial.write("\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue