This commit is contained in:
Daniël Koek 2024-09-19 08:32:49 +00:00
parent 8989155c73
commit 0fa6790026

View file

@ -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");
}