fix issue: multiple define UseLedBar

This commit is contained in:
Phat Nguyen
2024-04-01 09:23:03 +07:00
parent 7d68b02f76
commit 954a7751cc

View File

@ -56,15 +56,6 @@ CC BY-SA 4.0 Attribution-ShareAlike 4.0 International License
"cleanair" /** default WiFi AP password \
*/
/**
* @brief Use use LED bar state
*/
typedef enum {
UseLedBarOff, /** Don't use LED bar */
UseLedBarPM, /** Use LED bar for PMS */
UseLedBarCO2, /** Use LED bar for CO2 */
} UseLedBar;
/**
* @brief Schedule handle with timing period
*