From 954a7751cce105edd1b50a105e9d5f44869d2f94 Mon Sep 17 00:00:00 2001 From: Phat Nguyen Date: Mon, 1 Apr 2024 09:23:03 +0700 Subject: [PATCH] fix issue: multiple define `UseLedBar` --- examples/BASIC/BASIC.ino | 9 --------- 1 file changed, 9 deletions(-) diff --git a/examples/BASIC/BASIC.ino b/examples/BASIC/BASIC.ino index 45c9312..9f103b6 100644 --- a/examples/BASIC/BASIC.ino +++ b/examples/BASIC/BASIC.ino @@ -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 *