From 16e9bd04074fcc26cf7e752c74e9c1a54b713e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20St=C3=A4ck?= Date: Thu, 25 Jul 2019 07:50:29 +0200 Subject: [PATCH] Define constant for "dipswitch" positions --- NuEVI/NuEVI.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/NuEVI/NuEVI.ino b/NuEVI/NuEVI.ino index 3ad6f2e..a3cffbb 100644 --- a/NuEVI/NuEVI.ino +++ b/NuEVI/NuEVI.ino @@ -267,7 +267,6 @@ void setup() { //Read eeprom data into global vars readEEPROM(); - activePatch = patch; touch_Thr = map(ctouchThrVal,ctouchHiLimit,ctouchLoLimit,ttouchLoLimit,ttouchHiLimit);