added tone::recalc somewhere

This commit is contained in:
Jay Robson 2024-08-26 13:36:12 +10:00
parent c2d2d259c8
commit 3dda949846
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ void loop() {
} else { } else {
if(data::check()) { if(data::check()) {
scheduler::do_next(); scheduler::do_next();
tones::recalc();
} }
} }