Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r45f4646609e6dd39691102e109d0b5c14f97e054 -r370877da1639ae01135cf4c5f1e009e1517bbf03 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 45f4646609e6dd39691102e109d0b5c14f97e054) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 370877da1639ae01135cf4c5f1e009e1517bbf03) @@ -235,7 +235,7 @@ { BOOL result = FALSE; - // If DG is in standby mode and the standby mode is in Idle state, request DG flush + // If DG is in standby mode or in the solo mode and the standby mode is in Idle state, request DG flush if ( ( DG_MODE_STAN == getCurrentOperationMode() || DG_MODE_SOLO == getCurrentOperationMode() ) && DG_STANDBY_MODE_STATE_IDLE == standbyState ) {