From 1fb2aaa29ae4b4cfee9cf67edf29b372153db06c Mon Sep 17 00:00:00 2001 From: Florian <1technophile@users.noreply.github.com> Date: Sun, 14 Apr 2019 15:05:41 +0200 Subject: [PATCH] change default input gpio pin --- config_GPIOInput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_GPIOInput.h b/config_GPIOInput.h index 145aba46..a0bfeffc 100644 --- a/config_GPIOInput.h +++ b/config_GPIOInput.h @@ -31,7 +31,7 @@ /*-------------------PIN DEFINITIONS----------------------*/ #if defined(ESP8266) || defined(ESP32) - #define GPIOInput_PIN 5 //D5 + #define GPIOInput_PIN 14 #else #define GPIOInput_PIN 7 #endif