mirror of
https://github.com/esphome/esphome.git
synced 2024-12-26 07:24:54 +01:00
Update ebyte_lora.cpp
This commit is contained in:
parent
7be546fd7f
commit
8d42bc7657
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ void EbyteLoraComponent::update() {
|
|||
this->get_current_config_();
|
||||
return;
|
||||
} else {
|
||||
ESP_LOGD(TAG, "Got a config");
|
||||
ESP_LOGD(TAG, "Got a config:");
|
||||
switch (this->config.air_data_rate) {
|
||||
case AIR_2_4KB:
|
||||
ESP_LOGD(TAG, "air_data_rate: 2.4kb");
|
||||
|
|
Loading…
Reference in a new issue