mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 00:18:11 +01:00
Update ebyte_lora_e220.cpp
This commit is contained in:
parent
372169dbf2
commit
033475bc83
1 changed files with 0 additions and 2 deletions
|
@ -118,8 +118,6 @@ void EbyteLoraE220::dump_config() {
|
||||||
LOG_PIN(" M1 Pin: ", this->pin_m1);
|
LOG_PIN(" M1 Pin: ", this->pin_m1);
|
||||||
};
|
};
|
||||||
void EbyteLoraE220::loop() {
|
void EbyteLoraE220::loop() {
|
||||||
// This will be called by App.loop()
|
|
||||||
ESP_LOGD(TAG, "Checking if uart is available");
|
|
||||||
if (!available()) {
|
if (!available()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue