Skip to content

Commit

Permalink
fixed spark led pin
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Sep 13, 2024
1 parent eee9026 commit c14f8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VortexEngine/src/Leds/Leds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#ifdef VORTEX_EMBEDDED
#pragma GCC diagnostic ignored "-Wclass-memaccess"
#include <FastLED.h>
#define LED_PIN 16
#define LED_PIN 0
#if SPARK_HANDLE == 1
#define MOSFET_PIN 48
#else
Expand Down

0 comments on commit c14f8eb

Please sign in to comment.