Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r2112778f4de1b5bac8df9915da1ab2def967a9cf -r4f89cf6acdca1a537cd9d9bd851dc9dc7cf5c63a --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 2112778f4de1b5bac8df9915da1ab2def967a9cf) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 4f89cf6acdca1a537cd9d9bd851dc9dc7cf5c63a) @@ -5529,6 +5529,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 );