espressif / esp-iot-bridge

A smart bridge to make both ESP and the other MCU or smart device can access the Internet.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

timschr opened this issue · comments

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

Could you test on latest master?