Tweak the bootgreeting timeout so that it turns off at the bottom end of a pulse

pull/365/head
Jesse Vincent 7 years ago
parent 588fa21148
commit aab19f505a
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -31,7 +31,7 @@ void BootGreetingEffect::loopHook(const bool post_clear) {
if (!post_clear || done_)
return;
if (millis() > 10000) {
if (millis() > 9200) {
done_ = true;
return;
}

Loading…
Cancel
Save