Photon not entering void loop(), writing strange values to pins

@ScruffR - thanks for correctly my imperfect memory regarding waitUntil() and improving my understanding of what the compiler does! :wink:

1 Like

Alright, one last post so as to document the resolution I found for my problem:

Problem:
Photon not entering loop, writing strange values to pins.

Solution:
Find a new DHT humidity sensor library.

2nd Problem:
Code no longer compiles, encounters unexpected error.

2nd Solution:
Copy paste entire code into new project, re-add libraries. (Suspect this broke down with multiple dht libraries somehow embedded in the original code, but I’m not familiar enough with the file system to figure out where, so copy-pasting works.)

Hope this helps anyone else encountering a similar problem!