diff --git a/VortexEngine/src/Leds/Leds.cpp b/VortexEngine/src/Leds/Leds.cpp index 7597e894d6..a06ff99751 100644 --- a/VortexEngine/src/Leds/Leds.cpp +++ b/VortexEngine/src/Leds/Leds.cpp @@ -15,7 +15,7 @@ #ifdef VORTEX_EMBEDDED #pragma GCC diagnostic ignored "-Wclass-memaccess" #include -#define LED_PIN 16 +#define LED_PIN 0 #if SPARK_HANDLE == 1 #define MOSFET_PIN 48 #else