Dariusz

Results 6 comments of Dariusz

I changed yield() to esp_yield(), but it doesn't change anything. I've noticed that when downloading has finished ESP lost ip address. So connecting to Asyncwebserver is not possible. And now...

Thank You. Your're right. It works. I checked earler versions EOTA and library had esp reset in loop void. Then it was moved to reset void.

I changed asyncelegantota.cpp file. Find restart() void. Remove or comment all inside. Add static bool _resetesp = false; In first line of cpp file. Add code _resetesp = true; In...

I changed it in my project and it works fine. Restart() void is called as the last part of library after downloaded firmware and copied to flash, so if it...

I changed used library DHT11 Asair using that diagram shown above: And my code looks like this: float DHT::computeHeatIndex(float temperature, float percentHumidity, bool isFahrenheit) { float hi; if (!isFahrenheit) temperature...

It won't work. DHT Asair shows abnormal temperatures above 0 degree. Instead 23 it show 260 degree.