Skip to content

Commit 2bd9765

Browse files
committed
fix: enable OLED and BUTTONS in configuration for better device functionality
1 parent c9abc98 commit 2bd9765

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Configuration.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
#define WIFI // 2.4Ghz wifi access point
99
#define LED // Individually addressible LED strip
10-
//#define OLED // OLED display
11-
//#define BUTTONS // Buttons
10+
#define OLED // OLED display
11+
#define BUTTONS // Buttons
1212

1313
//#define KEYPAD // Buttons
1414
//#define RING_LIGHT
@@ -27,7 +27,7 @@
2727

2828
#ifdef CONFIG_IDF_TARGET_ESP32C3
2929
#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
30+
#define DISABLE_LOGGING // Xiao's setup with USB requires serial to be initialized on the IDE else it blocks
3131
#else
3232
#define SERIAL_MONITOR_BAUD 115200
3333
#endif

0 commit comments

Comments
 (0)