Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r8466e63f95f65a3ffb18c3af85ac99328e41167b -r028345aae95254cd8ff027d0da533b345da06b4f --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 8466e63f95f65a3ffb18c3af85ac99328e41167b) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 028345aae95254cd8ff027d0da533b345da06b4f) @@ -289,12 +289,12 @@ { rejReason = REQUEST_REJECT_REASON_DG_NOT_IN_STANDBY_IDLE_STATE; } - +#ifndef DISABLE_BATT_COMM if ( FALSE == isBatteryCharged() ) { rejReason = REQUEST_REJECT_REASON_BATTERY_IS_NOT_CHARGED; } - +#endif if ( REQUEST_REJECT_REASON_NONE == rejReason ) { result = TRUE;