Skip to content

Commit d6d9fa9

Browse files
committed
Adding Bluetooth and Neopixel
I’ve made the necessary changes to enable Bluetooth and Neopixel. Now the firmware is with all the features. It remains to test it well.
1 parent e9cdef4 commit d6d9fa9

File tree

3 files changed

+615
-16
lines changed

3 files changed

+615
-16
lines changed

boards/ESP32S3_IDF4.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
'CRYPTO','SHA256','SHA512',
6565
'TLS',
6666
'TELNET',
67-
# 'NEOPIXEL',
67+
'NEOPIXEL',
6868
'FILESYSTEM',
6969
# 'FLASHFS',
70-
# 'BLUETOOTH'
70+
'BLUETOOTH'
7171
],
7272
'makefile' : [
7373
'DEFINES+=-DESP_PLATFORM -DESP32=1',

0 commit comments

Comments
 (0)