Refactor implementation and add new settings to save state.

This commit is contained in:
2025-08-09 15:03:06 -07:00
parent f969482426
commit fd2ea45509
5 changed files with 38 additions and 20 deletions

View File

@ -76,6 +76,8 @@ class StateManager {
byte selected_channel;
byte selected_source;
byte selected_pulse;
byte cv_run;
byte cv_reset;
ChannelState channel_data[Gravity::OUTPUT_COUNT];
};