Hello,
file download (from board to computer) operations do not work with an esp32 nodemcu because this device does not support tmr.wdclr()
adding this function to esp32 nodemcu is not easy and will not be accepted upstream (esp32 has no watchdog)
Can you provide an "ESP32" option somewhere so file operations avoid the use of this command?
Thank you.
Hello,
file download (from board to computer) operations do not work with an esp32 nodemcu because this device does not support tmr.wdclr()
adding this function to esp32 nodemcu is not easy and will not be accepted upstream (esp32 has no watchdog)
Can you provide an "ESP32" option somewhere so file operations avoid the use of this command?
Thank you.