mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-17 22:23:10 +03:00
increased bootloader delay to approx. 3.5 s
This commit is contained in:
@ -502,6 +502,10 @@ int USBGetChar()
|
||||
if (!ReadWriteAllowed())
|
||||
ReleaseRX();
|
||||
return c;
|
||||
} else {
|
||||
u8 temp = 0;
|
||||
for (temp=100; temp; temp--)
|
||||
asm volatile("nop\n\t" "nop\n\t" "nop\n\t" "nop\n\t"::);
|
||||
}
|
||||
|
||||
if (!--_timeout)
|
||||
|
Reference in New Issue
Block a user