Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r3662494c8f383acfe63a9fa09d9e1a63ec5c5aec -rce2940c1a8c63a1112f04035bc633c670c810671 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 3662494c8f383acfe63a9fa09d9e1a63ec5c5aec) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision ce2940c1a8c63a1112f04035bc633c670c810671) @@ -5341,6 +5341,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 );