Skip to content

Commit

Permalink
fix issue: multiple define UseLedBar
Browse files Browse the repository at this point in the history
  • Loading branch information
pnt325 committed Apr 1, 2024
1 parent 7d68b02 commit 954a775
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions examples/BASIC/BASIC.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 954a775

Please sign in to comment.