MoonModules / WLED

Control WS2812B and many more types of digital RGB LEDs with an ESP8266 or ESP32 over WiFi! MoonModules adds features on top of upstream.
https://mm.kno.wled.ge
European Union Public License 1.2
228 stars 70 forks source link

MCU Temperature usermod #51

Closed lost-hope closed 1 year ago

lost-hope commented 1 year ago

I made a usermod to read the MCU temperature of the internal tempsensors of ESP32 EPS32C3 and ESP32S3. ESP8266 does not have an sensor and S2 seems to crash. That measurement is shown in the infotab The value is also published via MQTT on the mcutemp topic.

lost-hope commented 1 year ago

Seems like const.h broke on rebase. Fixing it locally