mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-03-12 02:09:29 +01:00
change default input gpio pin
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user