mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
change
This commit is contained in:
parent
8989155c73
commit
0fa6790026
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,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);
|
||||
ESP_LOGCONFIG(TAG, " Network id: %u", this->network_id_);
|
||||
if (!this->repeater_ && !this->sent_switch_state_) {
|
||||
ESP_LOGCONFIG(TAG, " Normal mode");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue