CircuitHappy / missinglink

Missing Link binary meant to run on embedded platforms like Raspberry Pi
GNU General Public License v2.0
7 stars 0 forks source link

Change StartStopSync to typeBoolean in Settings.cpp #11

Open vizzie opened 6 years ago

vizzie commented 6 years ago

Refactor all the other code to work with a boolean. Don’t have to worry about direction of knob turn, just toggle when there’s a knob change Don’t need the switch anymore since it’s a bool

vizzie commented 6 years ago

going to change this so turning the knob to the right will enable, left will disable.