Skip to content

Commit

Permalink
remove unneeded elses
Browse files Browse the repository at this point in the history
  • Loading branch information
avipars authored Dec 25, 2024
1 parent 6024f96 commit 0f6d1b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions esp32_marauder/esp32_marauder.ino
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ CommandLine cli_obj;
stickcLED stickc_led;
#elif defined(HAS_NEOPIXEL_LED)
LedInterface led_obj;
#else
#endif

const String PROGMEM version_number = MARAUDER_VERSION;
Expand Down Expand Up @@ -299,7 +298,6 @@ void setup()
stickc_led.RunSetup();
#elif defined(HAS_NEOPIXEL_LED)
led_obj.RunSetup();
#else
#endif

#ifdef HAS_SCREEN
Expand Down Expand Up @@ -410,7 +408,6 @@ void loop()
stickc_led.main();
#elif defined(HAS_NEOPIXEL_LED)
led_obj.main(currentTime);
#else
#endif

//if (wifi_scan_obj.currentScanMode == OTA_UPDATE)
Expand Down

0 comments on commit 0f6d1b0

Please sign in to comment.