Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r0ca939ac0e3ad7d432152a89135075bfd67246df -r89d0436dc87933ee978e91d9ce4722adbccdf9d1 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 0ca939ac0e3ad7d432152a89135075bfd67246df) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 89d0436dc87933ee978e91d9ce4722adbccdf9d1) @@ -5805,6 +5805,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 );