|
|
@@ -68,7 +68,7 @@ lib_deps =
|
|
|
extends = LilyGo_TLora_V2_1_1_6
|
|
|
build_flags =
|
|
|
${LilyGo_TLora_V2_1_1_6.build_flags}
|
|
|
- -D MAX_CONTACTS=100
|
|
|
+ -D MAX_CONTACTS=160
|
|
|
-D MAX_GROUP_CHANNELS=8
|
|
|
; -D MESH_PACKET_LOGGING=1
|
|
|
; -D MESH_DEBUG=1
|
|
|
@@ -84,7 +84,7 @@ extends = LilyGo_TLora_V2_1_1_6
|
|
|
build_flags =
|
|
|
${LilyGo_TLora_V2_1_1_6.build_flags}
|
|
|
-I examples/companion_radio/ui-new
|
|
|
- -D MAX_CONTACTS=100
|
|
|
+ -D MAX_CONTACTS=160
|
|
|
-D MAX_GROUP_CHANNELS=8
|
|
|
; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1
|
|
|
; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1
|
|
|
@@ -102,7 +102,7 @@ extends = LilyGo_TLora_V2_1_1_6
|
|
|
build_flags =
|
|
|
${LilyGo_TLora_V2_1_1_6.build_flags}
|
|
|
-I examples/companion_radio/ui-new
|
|
|
- -D MAX_CONTACTS=100
|
|
|
+ -D MAX_CONTACTS=160
|
|
|
-D MAX_GROUP_CHANNELS=8
|
|
|
-D BLE_PIN_CODE=123456
|
|
|
-D OFFLINE_QUEUE_SIZE=256
|
|
|
@@ -136,3 +136,23 @@ build_flags =
|
|
|
lib_deps =
|
|
|
${LilyGo_TLora_V2_1_1_6.lib_deps}
|
|
|
${esp32_ota.lib_deps}
|
|
|
+
|
|
|
+[env:LilyGo_TLora_V2_1_1_6_companion_radio_wifi]
|
|
|
+extends = LilyGo_TLora_V2_1_1_6
|
|
|
+build_flags =
|
|
|
+ ${LilyGo_TLora_V2_1_1_6.build_flags}
|
|
|
+ -I examples/companion_radio/ui-new
|
|
|
+ -D MAX_CONTACTS=160
|
|
|
+ -D MAX_GROUP_CHANNELS=8
|
|
|
+ -D WIFI_SSID='"ssid"'
|
|
|
+ -D WIFI_PWD='"password"'
|
|
|
+ -D WIFI_DEBUG_LOGGING=1
|
|
|
+build_src_filter = ${LilyGo_TLora_V2_1_1_6.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_TLora_V2_1_1_6.lib_deps}
|
|
|
+ densaugeo/base64 @ ~1.4.0
|