Search found 1 match
- Fri Jun 09, 2017 12:21 pm
- Forum: General Discussion
- Topic: Disabling watchdog on the ESP32.
- Replies: 2
- Views: 5482
Disabling watchdog on the ESP32.
I creating a program on the ESP32 Dev Kit C and am using Visual Studio Code on the Eduino extension. When I launch my program it works as intended code wise, but the watchdog time will trigger after 2 or 3 seconds. This is a problem because my program needs to wait for data crossing the serial port ...