Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -rab214e8ea52d8433b7cee58f5aaff49fc759310d -r621896c8a4cc9204a12a7243ccef729c37e50c52 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision ab214e8ea52d8433b7cee58f5aaff49fc759310d) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 621896c8a4cc9204a12a7243ccef729c37e50c52) @@ -69,7 +69,7 @@ U32 execStandbyMode( void ) { // If the bootloader is in standby mode and update request is received at any time, request a transition to update mode - if ( ( UPDATE_CMD_START == getSWUpdateCommandState() ) || ( TRUE == hasUpdateBeenRequested() ) ) + if ( UPDATE_CMD_START == getSWUpdateCommandState() ) { requestNewOperationMode( MODE_UPDATE ); }