Theb-1 / ESP8266-wifi-light-dimmer

MIT License
66 stars 33 forks source link

Hardware Timer interrupts OTA updates #10

Closed hitenlulla closed 1 year ago

hitenlulla commented 2 years ago

Hello, I found this problem. My code depends upon Hardware Timer and now when I decided to add OTA functionality, I found out that it interrupts with OTA update. Reference - https://github.com/ayushsharma82/ElegantOTA/issues/66 . I'm using the hw_timer.h in my code and want to solve this issue. It'll be great if anyone can help me.