From ae41482351218f7c05f61dfca0544b497ddc16b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20St=C3=A4ck?= Date: Wed, 24 Jul 2019 23:58:38 +0200 Subject: [PATCH] Move all EEPROM stuff into settings file Refactor version upgrade logic Add some new settings values --- NuEVI/NuEVI.ino | 1 + 1 file changed, 1 insertion(+) 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);