mirror of
https://github.com/esphome/esphome.git
synced 2025-01-08 05:41:44 +01:00
Update ebyte_lora_component.cpp
This commit is contained in:
parent
4aa51e61cf
commit
5ffd84b9af
1 changed files with 1 additions and 4 deletions
|
@ -407,10 +407,7 @@ void EbyteLoraComponent::loop() {
|
||||||
this->send_repeater_info();
|
this->send_repeater_info();
|
||||||
break;
|
break;
|
||||||
case REPEATER_INFO:
|
case REPEATER_INFO:
|
||||||
ESP_LOGD(TAG, "Got some repeater info: ");
|
ESP_LOGD(TAG, "Got some repeater info from network %u ", data[2]);
|
||||||
for (int i = 0; i < data.size(); i++) {
|
|
||||||
ESP_LOGD(TAG, "%u", data[i]);
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
case SWITCH_INFO:
|
case SWITCH_INFO:
|
||||||
if (this->repeater_) {
|
if (this->repeater_) {
|
||||||
|
|
Loading…
Reference in a new issue