From 654bed28279ad5f8a772a5c945ea013e9157825a Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Mon, 3 Jan 2022 00:40:27 +0100 Subject: [PATCH] Fixed compiling --- main/ledstrip.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/main/ledstrip.h b/main/ledstrip.h index 80f0c41..1a05e94 100644 --- a/main/ledstrip.h +++ b/main/ledstrip.h @@ -23,19 +23,11 @@ enum Bobbycar_Side FRONT }; -#ifdef FEATURE_OTA -//enum OtaAnimationModes -//{ -// None, -// GreenProgressBar, -// ColorChangeAll -//}; #define OtaAnimationModesValues(x) \ x(None) \ x(GreenProgressBar) \ x(ColorChangeAll) DECLARE_TYPESAFE_ENUM(OtaAnimationModes, : uint8_t, OtaAnimationModesValues) -#endif extern std::vector leds; extern uint8_t gHue;