BenjaminDeHeisenberg
BenjaminDeHeisenberg
I made the suggested changes in the sdkconfig file and that gave a new error: ``` /project/esp-iot-bridge/components/iot_bridge/src/bridge_modem.c: In function 'esp_bridge_create_modem_netif': /project/esp-iot-bridge/components/iot_bridge/src/bridge_modem.c:130:43: error: implicit declaration of function 'ESP_NETIF_DEFAULT_PPP'; did you mean...
I was able to successfully build the test_app and flash the code onto the esp32. but as suggested, it is for carrying out tests. I want to make a simple...
I was able to build The 4G hotspot firmware with the v1.0.0 release of this repository. I am currently facing another issue. Problem: Unable to download the OTA on another...
> > I was able to successfully build the test_app and flash the code onto the esp32. but as suggested, it is for carrying out tests. I want to make...
> Are you communicating with the 4G module using UART? UART typically has low data rates. Could the low data rate be causing issues with OTA updates, or do you...