mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 01:34:18 +01:00
Update ebyte_lora_component.cpp
This commit is contained in:
parent
c9016ab6c8
commit
4aa51e61cf
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ void EbyteLoraComponent::setup_wait_response_(uint32_t timeout) {
|
|||
void EbyteLoraComponent::dump_config() {
|
||||
ESP_LOGCONFIG(TAG, "Ebyte Lora E220:");
|
||||
ESP_LOGCONFIG(TAG, " Network id: %u", this->network_id);
|
||||
if (this->repeater_ && !this->sent_switch_state) {
|
||||
if (!this->repeater_ && !this->sent_switch_state) {
|
||||
ESP_LOGCONFIG(TAG, " Normal mode");
|
||||
}
|
||||
if (this->repeater_) {
|
||||
|
|
Loading…
Reference in a new issue