Added CPU temperature measurement and reporting on ESP32S3

This commit is contained in:
Mark Qvist 2025-11-10 16:39:09 +01:00
parent 8a3db4f0c3
commit 89ea59bbe6
3 changed files with 29 additions and 0 deletions

View file

@ -46,6 +46,7 @@
#define CMD_STAT_PHYPRM 0x26
#define CMD_STAT_BAT 0x27
#define CMD_STAT_CSMA 0x28
#define CMD_STAT_TEMP 0x29
#define CMD_BLINK 0x30
#define CMD_RANDOM 0x40