File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
variants/adafruit_feather_esp32_v2 Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ static const uint8_t LED_BUILTIN = 13;
1515#define BUILTIN_LED LED_BUILTIN // backward compatibility
1616#define LED_BUILTIN LED_BUILTIN
1717
18- static const uint8_t TX = 7 ;
19- static const uint8_t RX = 8 ;
20- static const uint8_t TX1 = 7 ;
21- static const uint8_t RX1 = 8 ;
18+ static const uint8_t TX = 8 ;
19+ static const uint8_t RX = 7 ;
20+ static const uint8_t TX1 = 8 ;
21+ static const uint8_t RX1 = 7 ;
2222
2323static const uint8_t SDA = 22 ;
2424static const uint8_t SCL = 20 ;
@@ -52,6 +52,7 @@ static const uint8_t BUTTON = 38;
5252
5353// Neopixel
5454static const uint8_t NEOPIXEL_PIN = 0 ;
55+ static const uint8_t PIN_NEOPIXEL = 0 ;
5556
5657// Neopixel & I2C power
5758static const uint8_t NEOPIXEL_I2C_POWER = 2 ;
You can’t perform that action at this time.
0 commit comments