Move all EEPROM stuff into settings file

Refactor version upgrade logic
Add some new settings values
This commit is contained in:
John Stäck 2019-07-24 23:58:38 +02:00
parent def0dcacd0
commit ae41482351

View file

@ -267,6 +267,7 @@ void setup() {
//Read eeprom data into global vars
readEEPROM();
activePatch = patch;
touch_Thr = map(ctouchThrVal,ctouchHiLimit,ctouchLoLimit,ttouchLoLimit,ttouchHiLimit);