mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
add getCoreTemp (#12608)
* add getCoreTemp * add ifdef * Update msp.c Now also repported from MSP_STATUS * Update src/main/msp/msp.c Co-authored-by: Míguel Ángel Mulero Martínez <mcgivergim@gmail.com> --------- Co-authored-by: Míguel Ángel Mulero Martínez <mcgivergim@gmail.com>
This commit is contained in:
parent
e195bf7717
commit
2878ad4e72
2 changed files with 10 additions and 1 deletions
|
@ -336,7 +336,7 @@
|
|||
#define MSP_V2_FRAME 255 //MSPv2 payload indicator
|
||||
|
||||
// Additional commands that are not compatible with MultiWii
|
||||
#define MSP_STATUS_EX 150 //out message cycletime, errors_count, CPU load, sensor present etc
|
||||
#define MSP_STATUS_EX 150 //out message cycletime, errors_count, CPU load, CPU temperature, sensor present etc
|
||||
#define MSP_UID 160 //out message Unique device ID
|
||||
#define MSP_GPSSVINFO 164 //out message get Signal Strength (only U-Blox)
|
||||
#define MSP_GPSSTATISTICS 166 //out message get GPS debugging data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue