mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +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");
|
||||
this->set_state(ModemComponentState::TURNING_ON_RESET);
|
||||
}
|
||||
this->dce_init();
|
||||
break;
|
||||
|
||||
// Modem power supply end state
|
||||
|
|
Loading…
Reference in a new issue