Skip to content

Commit 601479e

Browse files
committed
Introduce Heltec_WSL3_companion_radio_wifi target
1 parent 5f31979 commit 601479e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

variants/heltec_v3/platformio.ini

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,24 @@ lib_deps =
325325
${Heltec_lora32_v3.lib_deps}
326326
densaugeo/base64 @ ~1.4.0
327327

328+
[env:Heltec_WSL3_companion_radio_wifi]
329+
extends = Heltec_lora32_v3
330+
build_flags =
331+
${Heltec_lora32_v3.build_flags}
332+
-D MAX_CONTACTS=300
333+
-D MAX_GROUP_CHANNELS=8
334+
-D WIFI_DEBUG_LOGGING=1
335+
-D WIFI_SSID='"myssid"'
336+
-D WIFI_PWD='"mypwd"'
337+
; -D MESH_PACKET_LOGGING=1
338+
; -D MESH_DEBUG=1
339+
build_src_filter = ${Heltec_lora32_v3.build_src_filter}
340+
+<helpers/esp32/*.cpp>
341+
+<../examples/companion_radio/*.cpp>
342+
lib_deps =
343+
${Heltec_lora32_v3.lib_deps}
344+
densaugeo/base64 @ ~1.4.0
345+
328346
[env:Heltec_WSL3_sensor]
329347
extends = Heltec_lora32_v3
330348
build_flags =

0 commit comments

Comments
 (0)