We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aeb7a1 commit 64061f2Copy full SHA for 64061f2
bootloader/main.c
@@ -555,7 +555,7 @@ static bool serialreadChar()
555
// now we need to wait for the start bit leading edge, which is low
556
bl_timer_reset();
557
while (gpio_read(input_pin)) {
558
- if (bl_timer_us() > 20*BITTIME && messagereceived) {
+ if (bl_timer_us() > 5*BITTIME && messagereceived) {
559
// we've been waiting too long, don't allow for long gaps
560
// between bytes
561
#ifdef SERIAL_STATS
0 commit comments