mirror of https://github.com/MLXXXp/Arduboy2.git
Remove extra 50ms delay added by de1725
Removes the 50ms debounce delay that was added when we allow the boot logo to be skipped by reducing the boot logo delay by 50ms.
This commit is contained in:
parent
8f462387c5
commit
1b95f1ce8f
|
|
@ -121,7 +121,7 @@ void Arduboy2Base::bootLogo()
|
|||
}
|
||||
}
|
||||
|
||||
delay(750);
|
||||
delay(700);
|
||||
digitalWrite(BLUE_LED, RGB_OFF);
|
||||
|
||||
bootLogoExtra();
|
||||
|
|
|
|||
Loading…
Reference in New Issue