mirror of https://github.com/MLXXXp/Arduboy2.git
Remove extra 50ms delay added by de1725
by Josh Goebel. Merge conflict resolved.
This commit is contained in:
parent
1280160f89
commit
6e13fc019f
|
@ -169,7 +169,7 @@ void Arduboy2Base::bootLogoShell(void (*drawLogo)(int16_t))
|
|||
}
|
||||
}
|
||||
|
||||
delay(750);
|
||||
delay(700);
|
||||
digitalWriteRGB(BLUE_LED, RGB_OFF);
|
||||
|
||||
bootLogoExtra();
|
||||
|
@ -1021,7 +1021,6 @@ void Arduboy2Base::writeUnitName(char* name)
|
|||
EEPROM.update(dest, done ? 0x00 : name[src]);
|
||||
dest++;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
bool Arduboy2Base::readShowUnitNameFlag()
|
||||
|
|
Loading…
Reference in New Issue