Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r1b2d508e6c5fb1aed6c538874689681ca41bf962 -rf874efc76625e3d3aa5de4c13ba01a9d7e651216 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 1b2d508e6c5fb1aed6c538874689681ca41bf962) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision f874efc76625e3d3aa5de4c13ba01a9d7e651216) @@ -7,8 +7,8 @@ * * @file SystemCommMessages.c * -* @author (last) Sean Nash -* @date (last) 24-May-2023 +* @author (last) Dara Navaei +* @date (last) 20-May-2023 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 @@ -5354,6 +5354,7 @@ if ( sizeof( TEST_OVERRIDE_PAYLOAD_T ) == message->hdr.payloadLen ) { memcpy( &payload, message->payload, sizeof( TEST_OVERRIDE_PAYLOAD_T ) ); + if ( FALSE == payload.reset ) { result = testSetBatteryRemainingCapacityOverride( payload.state.f32 );