Update ebyte_lora_component.cpp

This commit is contained in:
Daniël Koek 2024-10-04 15:30:42 +01:00
parent 6dd8673183
commit 5cb0bc9b61

View file

@ -300,7 +300,7 @@ void EbyteLoraComponent::setup() {
}
void EbyteLoraComponent::get_current_config_() {
if (this->get_mode_() != CONFIGURATION) {
ESP_LOGD(TAG, "Mode not set right requesting that and returning");
ESP_LOGD(TAG, "Mode not set right requesting that and returning %u", this->get_mode_());
this->set_mode_(CONFIGURATION);
return;
}