diff --git a/lib/treppe/treppe.h b/lib/treppe/treppe.h index 9127475..804d525 100644 --- a/lib/treppe/treppe.h +++ b/lib/treppe/treppe.h @@ -2,7 +2,7 @@ #include "PCA9685.h" -#define SENSOR1 15 +#define SENSOR1 16 #define SENSOR2 12 #define OE 14 diff --git a/src/main.cpp b/src/main.cpp index bffeab4..bf7540e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -54,7 +54,7 @@ void setup() { Serial.println(F("Booting ....")); - pinMode(NODEMCU_LED, OUTPUT); + //pinMode(NODEMCU_LED, OUTPUT); pinMode(ESP12_LED, OUTPUT); Wire.begin(); // Wire must be started first