Skip to content

Commit e13b0aa

Browse files
committed
graphs: add MCU temperature and voltages to Sensors/MCU/
1 parent 9b3bc56 commit e13b0aa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: MAVProxy/tools/graphs/mavgraphs2.xml

+10
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@
5656
<expression>BARO.Alt RFND.Dist1*cos(radians(ATT.Roll))*cos(radians(ATT.Pitch))</expression>
5757
</graph>
5858

59+
<graph name='Sensors/MCU/Voltages'>
60+
<description>MCU Voltage Information</description>
61+
<expression>MCU.MVolt MCU.MVmax MCU.MVmin</expression>
62+
</graph>
63+
64+
<graph name='Sensors/MCU/Temperature'>
65+
<description>MCU Tepmerature Information</description>
66+
<expression>MCU.MTemp</expression>
67+
</graph>
68+
5969
<graph name='Radio/RSSI_Distance'>
6070
<description></description>
6171
<expression>RADIO_STATUS.rssi RADIO_STATUS.noise RADIO_STATUS.remrssi RADIO_STATUS.remnoise distance_home(GPS_RAW_INT):2</expression>

0 commit comments

Comments
 (0)