adafruit / Adafruit_MQTT_Library

Arduino library for MQTT support
MIT License
566 stars 292 forks source link

ESP32 expect a WDT, but none is configured #226

Open joihn opened 12 months ago

joihn commented 12 months ago

thanks for this repo, this line expect a WDT for board reset (watchdog timer). https://github.com/adafruit/Adafruit_MQTT_Library/blob/master/examples/adafruitio_secure_esp32/adafruitio_secure_esp32.ino#L154

However none was configured, which leads to infinite wait.