Non-blocking interrupt driven DHT22 library

I am trying to use your library (modified to use the DHT11 which the only difference is the decode and less resolution) but I am seeing that the cloud and wifi connection drops and never comes back up after a few seconds of the code running. Well, I say never, it actually goes back to slow pulsing cyan but I can never programme it or receive the UDP data. I am using UDP to send data as a broadcast. This same UDP code is working on my fridge monitor but that uses DS18B20 sensors.

I have to factory reset the core to be able to reprogramme it again.

I’ll try your test with cloud only and np UDP and see if that works.