Steve Gilissen
Steve Gilissen
Can you post your current code? I'm doing things in the loop section as well. Here's my loop section: ``` void loop() { iotWebConf.doLoop(); // DHT sensor read loop unsigned...
I think I see the issue already. You're using a 1000ms delay. Delays are blocking. It's best to compare millis. Try encapsulating your code in an if-statement the same way...
Can confirm it's an old version on Snapcraft. Could this be updated?