prampec / IotWebConf

ESP8266/ESP32 non-blocking WiFi/AP web configuration Arduino library
MIT License
530 stars 140 forks source link

RTOS SUPPORT #113

Open jhortwo opened 4 years ago

jhortwo commented 4 years ago

Hi, I want to say than you have done a grate work with this library. The one thing that I can't doit with the library is make it work with RTOS. When I create a Task, just reboot the ESP32 constanly. I need this feature to read onewire temperature sensors that are time sensitive. If you know other way to doit please let me know. Thanks.

richiejarvis commented 4 years ago

I have also had the same issue, so will be investigating further on this also...

Currently trying to hunt a memory leak atm - hope it is in my code!

richiejarvis commented 4 years ago

(the leak was in my code :) - easier to debug!)

prampec commented 3 years ago

There was some stability fixes in v3.0.0. Please verify any unexpected problems against this version!