formtapez
2 days ago
No known key found for this signature in database
GPG Key ID: AC38E261162AADF7
1 changed files with
23 additions and
0 deletions
-
variants/lilygo_t3s3/platformio.ini
|
|
|
@ -174,6 +174,29 @@ lib_deps = |
|
|
|
${LilyGo_T3S3_sx1262.lib_deps} |
|
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
|
|
|
|
|
[env:LilyGo_T3S3_sx1262_companion_radio_wifi] |
|
|
|
extends = LilyGo_T3S3_sx1262 |
|
|
|
build_flags = |
|
|
|
${LilyGo_T3S3_sx1262.build_flags} |
|
|
|
-I examples/companion_radio/ui-new |
|
|
|
-D DISPLAY_CLASS=SSD1306Display |
|
|
|
-D MAX_CONTACTS=350 |
|
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
|
-D WIFI_SSID='"myssid"' |
|
|
|
-D WIFI_PWD='"mypwd"' |
|
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
|
; -D MESH_PACKET_LOGGING=1 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
build_src_filter = ${LilyGo_T3S3_sx1262.build_src_filter} |
|
|
|
+<helpers/esp32/*.cpp> |
|
|
|
+<helpers/ui/SSD1306Display.cpp> |
|
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
|
+<../examples/companion_radio/*.cpp> |
|
|
|
+<../examples/companion_radio/ui-new/*.cpp> |
|
|
|
lib_deps = |
|
|
|
${LilyGo_T3S3_sx1262.lib_deps} |
|
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
|
|
|
|
|
[env:LilyGo_T3S3_sx1262_kiss_modem] |
|
|
|
extends = LilyGo_T3S3_sx1262 |
|
|
|
build_src_filter = ${LilyGo_T3S3_sx1262.build_src_filter} |
|
|
|
|