change default input gpio pin

This commit is contained in:
Florian
2019-04-14 15:05:41 +02:00
parent 072fa2cc4d
commit 1fb2aaa29a

View File

@@ -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