diff --git a/NuEVI/NuEVI.ino b/NuEVI/NuEVI.ino index a3cffbb..3ad6f2e 100644 --- a/NuEVI/NuEVI.ino +++ b/NuEVI/NuEVI.ino @@ -267,6 +267,7 @@ void setup() { //Read eeprom data into global vars readEEPROM(); + activePatch = patch; touch_Thr = map(ctouchThrVal,ctouchHiLimit,ctouchLoLimit,ttouchLoLimit,ttouchHiLimit);