We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f31979 commit 601479eCopy full SHA for 601479e
variants/heltec_v3/platformio.ini
@@ -325,6 +325,24 @@ lib_deps =
325
${Heltec_lora32_v3.lib_deps}
326
densaugeo/base64 @ ~1.4.0
327
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
+
346
[env:Heltec_WSL3_sensor]
347
extends = Heltec_lora32_v3
348
build_flags =
0 commit comments