Skip to content

Commit

Permalink
ASLUAV: Change ° to deg in SENS_BATMON message
Browse files Browse the repository at this point in the history
  • Loading branch information
philipoe committed Apr 23, 2015
1 parent 61542bf commit e42d4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_definitions/v1.0/ASLUAV.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
</message>
<message id="209" name="SENS_BATMON">
<description>Battery pack monitoring data for Li-Ion batteries</description>
<field type="float" name="temperature">Battery pack temperature in [°C]</field>
<field type="float" name="temperature">Battery pack temperature in [deg C]</field>
<field type="uint16_t" name="voltage">Battery pack voltage in [mV]</field>
<field type="int16_t" name="current">Battery pack current in [mA]</field>
<field type="uint8_t" name="SoC">Battery pack state-of-charge</field>
Expand Down

0 comments on commit e42d4d1

Please sign in to comment.