Browse Source
Merge pull request #843 from dotdavid/main
Create Xiao_S3_WIO_companion_radio_usb profile
pull/854/head
fdlamotte
8 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
22 additions and
0 deletions
-
variants/xiao_s3_wio/platformio.ini
|
|
|
@ -75,6 +75,28 @@ lib_deps = |
|
|
|
${Xiao_S3_WIO.lib_deps} |
|
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
|
|
|
|
|
[env:Xiao_S3_WIO_companion_radio_usb] |
|
|
|
extends = Xiao_S3_WIO |
|
|
|
build_flags = |
|
|
|
${Xiao_S3_WIO.build_flags} |
|
|
|
-I examples/companion_radio/ui-new |
|
|
|
-D MAX_CONTACTS=300 |
|
|
|
-D MAX_GROUP_CHANNELS=8 |
|
|
|
-D DISPLAY_CLASS=SSD1306Display |
|
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
|
; -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 |
|
|
|
|
|
|
|
[env:Xiao_S3_WIO_companion_radio_ble] |
|
|
|
extends = Xiao_S3_WIO |
|
|
|
build_flags = |
|
|
|
|