|
|
|
@ -26,7 +26,9 @@ build_src_filter = ${esp32_base.build_src_filter} |
|
|
|
+<helpers/ui/SH1106Display.cpp> |
|
|
|
+<helpers/esp32/TBeamBoard.cpp> |
|
|
|
+<helpers/sensors> |
|
|
|
board_build.partitions = min_spiffs.csv ; get around 4mb flash limit |
|
|
|
board_build.partitions = default_8MB.csv |
|
|
|
board_upload.flash_size = 8MB |
|
|
|
board_upload.maximum_size = 8388608 |
|
|
|
lib_deps = |
|
|
|
${esp32_base.lib_deps} |
|
|
|
lewisxhe/XPowersLib @ ^0.2.7 |
|
|
|
@ -131,3 +133,27 @@ build_src_filter = ${T_Beam_S3_Supreme_SX1262.build_src_filter} |
|
|
|
lib_deps = |
|
|
|
${T_Beam_S3_Supreme_SX1262.lib_deps} |
|
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
|
|
|
|
|
[env:T_Beam_S3_Supreme_SX1262_companion_radio_wifi] |
|
|
|
extends = T_Beam_S3_Supreme_SX1262 |
|
|
|
build_flags = |
|
|
|
${T_Beam_S3_Supreme_SX1262.build_flags} |
|
|
|
-I examples/companion_radio/ui-new |
|
|
|
-D MAX_CONTACTS=350 |
|
|
|
-D MAX_GROUP_CHANNELS=40 |
|
|
|
-D OFFLINE_QUEUE_SIZE=256 |
|
|
|
-D WIFI_SSID='"Three_CA7C65"' |
|
|
|
-D WIFI_PWD='"8hC45a66265eA3w"' |
|
|
|
; -D WIFI_DEBUG_LOGGING=1 |
|
|
|
; -D MESH_PACKET_LOGGING=8 |
|
|
|
; -D MESH_DEBUG=1 |
|
|
|
; -D ARDUHAL_LOG_LEVEL=4 |
|
|
|
; -D CORE_DEBUG_LEVEL=4 |
|
|
|
build_src_filter = ${T_Beam_S3_Supreme_SX1262.build_src_filter} |
|
|
|
+<helpers/esp32/*.cpp> |
|
|
|
+<helpers/ui/MomentaryButton.cpp> |
|
|
|
+<../examples/companion_radio/*.cpp> |
|
|
|
+<../examples/companion_radio/ui-new/*.cpp> |
|
|
|
lib_deps = |
|
|
|
${T_Beam_S3_Supreme_SX1262.lib_deps} |
|
|
|
densaugeo/base64 @ ~1.4.0 |
|
|
|
|