mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-08-02 03:16:03 -04:00
Cleanup
This commit is contained in:
parent
6189bfe636
commit
a0bf9a34b3
4 changed files with 3 additions and 49 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue