You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I enabled the MQTT feature in the esp32 Firmware and flashed it to my particle argon.
The problem now is when i want to connect with the MQTT AT-Command the esp32 panics.
Maybe you can help me debug this problem.
I enabled the MQTT feature in the esp32 Firmware and flashed it to my particle argon.
The problem now is when i want to connect with the MQTT AT-Command the esp32 panics.
Maybe you can help me debug this problem.
MQTT Command i send:
AT+MQTTCONN=0,"192.168.0.118",1883,0\r\n
ESP32 Response:
sdkconfig to enable mqtt:
And the customized cpp:
The text was updated successfully, but these errors were encountered: