Skip to content

Commit

Permalink
graphs: add MCU temperature and voltages to Sensors/MCU/
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Jan 27, 2025
1 parent 9b3bc56 commit e13b0aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions MAVProxy/tools/graphs/mavgraphs2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,16 @@
<expression>BARO.Alt RFND.Dist1*cos(radians(ATT.Roll))*cos(radians(ATT.Pitch))</expression>
</graph>

<graph name='Sensors/MCU/Voltages'>
<description>MCU Voltage Information</description>
<expression>MCU.MVolt MCU.MVmax MCU.MVmin</expression>
</graph>

<graph name='Sensors/MCU/Temperature'>
<description>MCU Tepmerature Information</description>
<expression>MCU.MTemp</expression>
</graph>

<graph name='Radio/RSSI_Distance'>
<description></description>
<expression>RADIO_STATUS.rssi RADIO_STATUS.noise RADIO_STATUS.remrssi RADIO_STATUS.remnoise distance_home(GPS_RAW_INT):2</expression>
Expand Down

0 comments on commit e13b0aa

Please sign in to comment.