cesanta / mongoose-os

Mongoose OS - an IoT Firmware Development Framework. Supported microcontrollers: ESP32, ESP8266, CC3220, CC3200, STM32F4, STM32L4, STM32F7. Amazon AWS IoT, Microsoft Azure, Google IoT Core integrated. Code in C or JavaScript.
https://mongoose-os.com
Other
2.51k stars 429 forks source link

stdout_topic causes hardfault when connecting to AP on ESP32 #465

Open rtrue983 opened 5 years ago

rtrue983 commented 5 years ago

ESP32 Mos Libs 2.6.0

Pertinent Configurations:

STA connected or disconnected searching for AP stdout_topic set to valid mqtt topic Procedure: Enable AP in the ESP32 (this does not cause a problem) and then attempt to connect to the AP on the EPS32 using my phone or computer and the ESP32 hard faults / core dumps.

So the problem does not seem to be related to to the enabling/disabling of the STA+AP mode but rather the connecting to the AP.