Fixed compiling
This commit is contained in:
@ -23,19 +23,11 @@ enum Bobbycar_Side
|
|||||||
FRONT
|
FRONT
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef FEATURE_OTA
|
|
||||||
//enum OtaAnimationModes
|
|
||||||
//{
|
|
||||||
// None,
|
|
||||||
// GreenProgressBar,
|
|
||||||
// ColorChangeAll
|
|
||||||
//};
|
|
||||||
#define OtaAnimationModesValues(x) \
|
#define OtaAnimationModesValues(x) \
|
||||||
x(None) \
|
x(None) \
|
||||||
x(GreenProgressBar) \
|
x(GreenProgressBar) \
|
||||||
x(ColorChangeAll)
|
x(ColorChangeAll)
|
||||||
DECLARE_TYPESAFE_ENUM(OtaAnimationModes, : uint8_t, OtaAnimationModesValues)
|
DECLARE_TYPESAFE_ENUM(OtaAnimationModes, : uint8_t, OtaAnimationModesValues)
|
||||||
#endif
|
|
||||||
|
|
||||||
extern std::vector<CRGB> leds;
|
extern std::vector<CRGB> leds;
|
||||||
extern uint8_t gHue;
|
extern uint8_t gHue;
|
||||||
|
Reference in New Issue
Block a user