Move all EEPROM stuff into settings file
Refactor version upgrade logic Add some new settings values
This commit is contained in:
parent
def0dcacd0
commit
ae41482351
1 changed files with 1 additions and 0 deletions
|
@ -267,6 +267,7 @@ void setup() {
|
|||
//Read eeprom data into global vars
|
||||
readEEPROM();
|
||||
|
||||
|
||||
activePatch = patch;
|
||||
|
||||
touch_Thr = map(ctouchThrVal,ctouchHiLimit,ctouchLoLimit,ttouchLoLimit,ttouchHiLimit);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue