mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
increased Leonardo bootloader timeout to 16 seconds
This commit is contained in:
parent
d8e906f81b
commit
f2d5ea87ad
@ -121,7 +121,7 @@ int main(void)
|
||||
CDC_Task();
|
||||
USB_USBTask();
|
||||
/* Time out and start the sketch if one is present */
|
||||
if (Timeout > 8000 && pgm_read_word(0) != 0xFFFF)
|
||||
if (Timeout > 16000 && pgm_read_word(0) != 0xFFFF)
|
||||
RunBootloader = false;
|
||||
|
||||
LEDPulse();
|
||||
|
@ -125,7 +125,7 @@
|
||||
:1077C000880090936F0083E080938100C6C0CF93C0
|
||||
:1077D000DF9388E10FB6F894809360001092600008
|
||||
:1077E0000FBEC7DF7894E0E0F0E0C591D49110C0FF
|
||||
:1077F00010DD33D3809192019091930181549F4188
|
||||
:1077F00010DD33D3809192019091930181589E4383
|
||||
:1078000030F08FEFCF3FD80711F0109209017CDCE8
|
||||
:1078100080910901882361F78091E0008160809365
|
||||
:10782000E00060DC80E090E0DF91CF910895FA0104
|
||||
|
Loading…
x
Reference in New Issue
Block a user