Switched LED and button pin for level shifter.

This commit is contained in:
2023-09-07 02:41:54 +02:00
parent 97f95c752d
commit d8f903ae66

View File

@@ -27,8 +27,8 @@ typedef enum
EEPROM_SIZE = 30
} EepromLayout_en;
#define NEOPIXEL_PIN 5 // pin to which the NeoPixels are attached
#define BUTTON_PIN 14 // pin to which the button is attached
#define NEOPIXEL_PIN 14 // pin to which the NeoPixels are attached
#define BUTTON_PIN 5 // pin to which the button is attached
// Night mode
#define NIGHTMODE_START_HR 23