From 0c5130c9c33abe3fc37c96e499c708688d53296c Mon Sep 17 00:00:00 2001 From: EmanuelFeru Date: Thu, 19 Nov 2020 23:07:56 +0100 Subject: [PATCH] Fix type --- Inc/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inc/config.h b/Inc/config.h index 8cb1715..cfbf6c3 100644 --- a/Inc/config.h +++ b/Inc/config.h @@ -352,7 +352,7 @@ #define INPUT1_MAX 1000 // (0 - 1000) #define INPUT1_DEADBAND 100 // How much of the center position is considered 'center' (100 = values -100 to 100 are considered 0) - #define INPUT2_TYPE 2 // 0:Disabled, 1:Normal Pot, 2:Middle Resting Pot, 3:Auto-detect + #define INPUT2_TYPE 3 // 0:Disabled, 1:Normal Pot, 2:Middle Resting Pot, 3:Auto-detect #define INPUT2_MIN -1000 // (-1000 - 0) #define INPUT2_MID 0 #define INPUT2_MAX 1000 // (0 - 1000)