We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9abc98 commit 2bd9765Copy full SHA for 2bd9765
1 file changed
src/Configuration.h
@@ -7,8 +7,8 @@
7
8
#define WIFI // 2.4Ghz wifi access point
9
#define LED // Individually addressible LED strip
10
-//#define OLED // OLED display
11
-//#define BUTTONS // Buttons
+#define OLED // OLED display
+#define BUTTONS // Buttons
12
13
//#define KEYPAD // Buttons
14
//#define RING_LIGHT
@@ -27,7 +27,7 @@
27
28
#ifdef CONFIG_IDF_TARGET_ESP32C3
29
#define SERIAL_MONITOR_BAUD 460800
30
- //#define DISABLE_LOGGING // Xiao's setup with USB requires serial to be initialized on the IDE else it blocks
+ #define DISABLE_LOGGING // Xiao's setup with USB requires serial to be initialized on the IDE else it blocks
31
#else
32
#define SERIAL_MONITOR_BAUD 115200
33
#endif
0 commit comments