mirror of
https://github.com/esphome/esphome.git
synced 2025-09-28 16:12:24 +01:00
fixed connection error
This commit is contained in:
@@ -92,7 +92,6 @@ void ModemComponent::loop() {
|
|||||||
ESP_LOGD(TAG, "Can't turn on modem power pin because it is not configured, go to turn on pwrkey");
|
ESP_LOGD(TAG, "Can't turn on modem power pin because it is not configured, go to turn on pwrkey");
|
||||||
this->set_state(ModemComponentState::TURNING_ON_RESET);
|
this->set_state(ModemComponentState::TURNING_ON_RESET);
|
||||||
}
|
}
|
||||||
this->dce_init();
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// Modem power supply end state
|
// Modem power supply end state
|
||||||
|
Reference in New Issue
Block a user