mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
fixed connection error
This commit is contained in:
parent
3cad896379
commit
8d5d0aaf71
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue