forked from ToyKeeper/anduril
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix two separate bugs around RGB aux channels
First off, green was not defined properly and was instead defined the same as a main channel (leading to the behaviour described in the issue at ToyKeeper#33 (comment) Second, fix the actual bug causing aux to not work for blinky modes. Specifically, set_level needs to be patched so that instead of (or as well as, doesn't really matter) calling set_level_zero(), it will also check for if the active channel is an RGB channel and if so them clear RGB state.
- Loading branch information
1 parent
10f36c9
commit fa6b8f9
Showing
2 changed files
with
23 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters