Define constant for "dipswitch" positions

This commit is contained in:
John Stäck 2019-07-25 07:50:29 +02:00
parent ae41482351
commit 16e9bd0407

View file

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