Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r56ae47b6766bed3f138fa3f1989431d7a439ea7a -r65ed49c5a339297028707bdf8f3dec698c8ae74e --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 56ae47b6766bed3f138fa3f1989431d7a439ea7a) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 65ed49c5a339297028707bdf8f3dec698c8ae74e) @@ -5801,6 +5801,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 );