mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 17:54:13 +01:00
Update lora.cpp
This commit is contained in:
parent
fd58f9002e
commit
b1c1eac7f6
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ void Lora::setup() {
|
||||||
|
|
||||||
ModeType Lora::get_mode_() {
|
ModeType Lora::get_mode_() {
|
||||||
if (!Lora::can_send_message_()) {
|
if (!Lora::can_send_message_()) {
|
||||||
return;
|
return MODE_INIT;
|
||||||
}
|
}
|
||||||
ModeType internalMode;
|
ModeType internalMode;
|
||||||
bool pin1 = this->pin_m0_->digital_read();
|
bool pin1 = this->pin_m0_->digital_read();
|
||||||
|
|
Loading…
Reference in a new issue