mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-11-25 17:26:24 -05:00
Added CPU temperature measurement and reporting on ESP32S3
This commit is contained in:
parent
8a3db4f0c3
commit
89ea59bbe6
3 changed files with 29 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue