Skip to content

Commit

Permalink
SecondArray blinking while transitions are activated
Browse files Browse the repository at this point in the history
  • Loading branch information
dbambus committed Oct 18, 2024
1 parent f9a4286 commit 35ed6db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/Transitiontypes/Transition.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,10 @@ void Transition::loop(struct tm &tm) {
copy2Stripe(work);
if (!specialEvent) {
setMinute();
if (G.secondVariant != SecondVariant::Off) {
led.setbySecondArray();
// Workaround: setbySecoundArray not in 'work'
}
}
led.show();
}
Expand Down

0 comments on commit 35ed6db

Please sign in to comment.