fix red LED pin

This commit is contained in:
lady ada 2021-12-25 01:42:23 -05:00
parent 14ab9f8393
commit 632e285f71

View file

@ -53,7 +53,7 @@
// LED for indicator and writing flash
// If not defined neopixel will be use for flash writing instead
#define LED_PIN 13
#define LED_PIN 2
#define LED_STATE_ON 1
//--------------------------------------------------------------------+