Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r6d0bd19fb192dcd272fa773e8833862cc8a8f750 -r65fc5c36624e283aca69aae3f35542ecfec0f24c --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 6d0bd19fb192dcd272fa773e8833862cc8a8f750) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 65fc5c36624e283aca69aae3f35542ecfec0f24c) @@ -169,7 +169,7 @@ if ( TRUE == pendingStartDDPreGenRequest ) { // wait for IOFP GENP mode and when IOFP manual control is not set - if ( ( FP_MODE_GENP == fpMode ) && ( getTestConfigStatus( TEST_CONFIG_DD_RUN_SOLO ) == FALSE ) ) + if ( ( ( FP_MODE_GENP == fpMode ) || ( FP_MODE_DEGP == fpMode ) ) && ( getTestConfigStatus( TEST_CONFIG_DD_RUN_SOLO ) == FALSE ) ) { pendingStartDDPreGenRequest = FALSE; requestNewOperationMode( DD_MODE_PREG );