mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-30 00:47:17 +02:00
fix issue: multiple define UseLedBar
This commit is contained in:
@ -56,15 +56,6 @@ CC BY-SA 4.0 Attribution-ShareAlike 4.0 International License
|
|||||||
"cleanair" /** default WiFi AP password \
|
"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
|
* @brief Schedule handle with timing period
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user