espressif / esp-iot-bridge

A smart bridge to make both ESP and the other MCU or smart device can access the Internet.
Apache License 2.0
140 stars 49 forks source link

esp_modem_recov_helper.h: No such file or directory (AEGHB-45) #33

Closed timschr closed 1 year ago

timschr commented 1 year ago

The wifi_router example is building fine when using the default configuration. but when I change from "Use Wi-Fi station interface to connect to the external network" to "Use 4G modem interface to connect to the external network" in (Top) → Component config → Bridge Configuration → The interface used to connect to the external network, I get this error:

esp-iot-bridge/components/iot_bridge/src/bridge_modem.c:28:10: fatal error: esp_modem_recov_helper.h: No such file or directory
   28 | #include "esp_modem_recov_helper.h"

I am using esp32 and ESP-IDE v5.0, but the error also occurs with ESP-IDE v4.4

xcguang commented 1 year ago

Could you test on latest master?