Refactor implementation and add new settings to save state.
This commit is contained in:
@ -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];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user