Browse Source
Merge pull request #694 from recrof/dev_xiao_s3_wio_serial_fix
fix: add xiao s3 wio serial companion to new ui
pull/696/head
ripplebiz
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
6 additions and
0 deletions
-
variants/xiao_s3_wio/platformio.ini
|
|
|
@ -103,15 +103,21 @@ lib_deps = |
|
|
|
extends = Xiao_S3_WIO |
|
|
|
build_flags = |
|
|
|
${Xiao_S3_WIO.build_flags} |
|
|
|
-I examples/companion_radio/ui-new |
|
|
|
-D MAX_CONTACTS=100 |
|
|
|
-D MAX_GROUP_CHANNELS=8 |
|
|
|
-D DISPLAY_CLASS=SSD1306Display |
|
|
|
-D SERIAL_TX=D6 |
|
|
|
-D SERIAL_RX=D7 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${Xiao_S3_WIO.build_src_filter} |
|
|
|
+<helpers/ui/SSD1306Display.cpp> |
|
|
|
+<helpers/esp32/*.cpp> |
|
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
|
+<../examples/companion_radio/*.cpp> |
|
|
|
+<../examples/companion_radio/ui-new/*.cpp> |
|
|
|
lib_deps = |
|
|
|
${Xiao_S3_WIO.lib_deps} |
|
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
|
adafruit/Adafruit SSD1306 @ ^2.5.13 |
|
|
|
|