Update ebyte_lora_e220.cpp

This commit is contained in:
Daniël Koek 2024-02-01 16:32:13 +00:00
parent 372169dbf2
commit 033475bc83

View file

@ -118,8 +118,6 @@ void EbyteLoraE220::dump_config() {
LOG_PIN(" M1 Pin: ", this->pin_m1);
};
void EbyteLoraE220::loop() {
// This will be called by App.loop()
ESP_LOGD(TAG, "Checking if uart is available");
if (!available()) {
return;
}