Skip to content

Commit

Permalink
Reset outputs when starting all applets
Browse files Browse the repository at this point in the history
  • Loading branch information
djphazer committed Jan 4, 2024
1 parent 6ab5c62 commit 06b63e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions software/o_c_REV/HemisphereApplet.h
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@ class HemisphereApplet {
if (!applet_started) {
applet_started = true;
Start();
ForEachChannel(ch) {
Out(ch, 0); // reset outputs
}
}
}

Expand Down

0 comments on commit 06b63e7

Please sign in to comment.