Skip to content

Commit

Permalink
esp32_marauder.ino: only initialize LEDs if they are there
Browse files Browse the repository at this point in the history
  • Loading branch information
Angus Ainslie committed Mar 31, 2024
1 parent 64b2950 commit a7dd759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp32_marauder/esp32_marauder.ino
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ void setup()
xiao_led.RunSetup();
#elif defined(MARAUDER_M5STICKC)
stickc_led.RunSetup();
#else
#else defined(HAS_NEOPIXEL_LED)
led_obj.RunSetup();
#endif

Expand Down

0 comments on commit a7dd759

Please sign in to comment.