Update lora.cpp

This commit is contained in:
Daniël Koek 2024-03-26 16:09:56 +00:00
parent fd58f9002e
commit b1c1eac7f6

View file

@ -54,7 +54,7 @@ void Lora::setup() {
ModeType Lora::get_mode_() {
if (!Lora::can_send_message_()) {
return;
return MODE_INIT;
}
ModeType internalMode;
bool pin1 = this->pin_m0_->digital_read();