@@ -68,7 +68,7 @@ lib_deps =
6868extends = LilyGo_TLora_V2_1_1_6
6969build_flags =
7070 ${LilyGo_TLora_V2_1_1_6.build_flags}
71- -D MAX_CONTACTS =100
71+ -D MAX_CONTACTS =160
7272 -D MAX_GROUP_CHANNELS =8
7373; -D MESH_PACKET_LOGGING=1
7474; -D MESH_DEBUG=1
@@ -84,7 +84,7 @@ extends = LilyGo_TLora_V2_1_1_6
8484build_flags =
8585 ${LilyGo_TLora_V2_1_1_6.build_flags}
8686 -I examples/companion_radio/ui-new
87- -D MAX_CONTACTS =100
87+ -D MAX_CONTACTS =160
8888 -D MAX_GROUP_CHANNELS =8
8989; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1
9090; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1
@@ -102,7 +102,7 @@ extends = LilyGo_TLora_V2_1_1_6
102102build_flags =
103103 ${LilyGo_TLora_V2_1_1_6.build_flags}
104104 -I examples/companion_radio/ui-new
105- -D MAX_CONTACTS =100
105+ -D MAX_CONTACTS =160
106106 -D MAX_GROUP_CHANNELS =8
107107 -D BLE_PIN_CODE =123456
108108 -D OFFLINE_QUEUE_SIZE =256
@@ -136,3 +136,23 @@ build_flags =
136136lib_deps =
137137 ${LilyGo_TLora_V2_1_1_6.lib_deps}
138138 ${esp32_ota.lib_deps}
139+
140+ [env:LilyGo_TLora_V2_1_1_6_companion_radio_wifi]
141+ extends = LilyGo_TLora_V2_1_1_6
142+ build_flags =
143+ ${LilyGo_TLora_V2_1_1_6.build_flags}
144+ -I examples/companion_radio/ui-new
145+ -D MAX_CONTACTS =160
146+ -D MAX_GROUP_CHANNELS =8
147+ -D WIFI_SSID =' "ssid"'
148+ -D WIFI_PWD =' "password"'
149+ -D WIFI_DEBUG_LOGGING =1
150+ build_src_filter = ${LilyGo_TLora_V2_1_1_6.build_src_filter}
151+ +<helpers/esp32/*.cpp>
152+ +<helpers/ui/SSD1306Display.cpp>
153+ +<helpers/ui/MomentaryButton.cpp>
154+ +<../examples/companion_radio/*.cpp>
155+ +<../examples/companion_radio/ui-new/*.cpp>
156+ lib_deps =
157+ ${LilyGo_TLora_V2_1_1_6.lib_deps}
158+ densaugeo/base64 @ ~1.4.0
0 commit comments