Skip to content

Commit

Permalink
Adding Bluetooth and Neopixel
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rgomezwap committed Aug 18, 2024
1 parent e9cdef4 commit d6d9fa9
Show file tree
Hide file tree
Showing 3 changed files with 615 additions and 16 deletions.
4 changes: 2 additions & 2 deletions boards/ESP32S3_IDF4.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
'CRYPTO','SHA256','SHA512',
'TLS',
'TELNET',
# 'NEOPIXEL',
'NEOPIXEL',
'FILESYSTEM',
# 'FLASHFS',
# 'BLUETOOTH'
'BLUETOOTH'
],
'makefile' : [
'DEFINES+=-DESP_PLATFORM -DESP32=1',
Expand Down
Loading

0 comments on commit d6d9fa9

Please sign in to comment.