WDT Reset for OTA with interrupts
Posted: Tue Jan 17, 2017 4:45 pm
Hello There,
Im trying to get OTA working while there are interrupts implemented but im always getting WTD reset due to HW_timer
Here is my code:
https://github.com/v1ckdesigns/ESP_Dimm ... rature.ino
NoInterrupts(); and detachInterrupt() and hw_timer_set_func(0); does not seems to make any difference inside ArduinoOTA.onStart()
everything works fine if interrupts are commented out..
Regards
Matys
Im trying to get OTA working while there are interrupts implemented but im always getting WTD reset due to HW_timer
Here is my code:
https://github.com/v1ckdesigns/ESP_Dimm ... rature.ino
NoInterrupts(); and detachInterrupt() and hw_timer_set_func(0); does not seems to make any difference inside ArduinoOTA.onStart()
everything works fine if interrupts are commented out..
Regards
Matys