Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r621896c8a4cc9204a12a7243ccef729c37e50c52 -r2823873d5790228595fb991e52e78e2fd0d5987c --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 621896c8a4cc9204a12a7243ccef729c37e50c52) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 2823873d5790228595fb991e52e78e2fd0d5987c) @@ -19,7 +19,7 @@ // ********** private definitions ********** -#define WAIT_FOR_UPDATE_FROM_UI_MS 1000 // TODO make this 3 seconds ///< Wait for update timeout in milliseconds. +#define WAIT_FOR_UPDATE_FROM_UI_MS 2000 ///< Wait for update timeout in milliseconds. // ********** private data **********