diff --git a/variants/rak11200/platformio.ini b/variants/rak11200/platformio.ini index 9f1d4a038..b362d6c61 100644 --- a/variants/rak11200/platformio.ini +++ b/variants/rak11200/platformio.ini @@ -111,6 +111,30 @@ lib_deps = ${esp32_ota.lib_deps} densaugeo/base64 @ ~1.4.0 +[env:RAK_11200_companion_radio_wifi] +extends = rak11200 +build_flags = + ${rak11200.build_flags} + -I examples/companion_radio/ui-orig + -D PIN_USER_BTN=34 + -D PIN_USER_BTN_ANA=36 + -D MAX_CONTACTS=100 + -D MAX_GROUP_CHANNELS=8 + -D WIFI_DEBUG_LOGGING=1 + -D WIFI_SSID='"myssid"' + -D WIFI_PWD='"mypwd"' + -D OFFLINE_QUEUE_SIZE=256 +; NOTE: DO NOT ENABLE --> -D MESH_PACKET_LOGGING=1 +; NOTE: DO NOT ENABLE --> -D MESH_DEBUG=1 +build_src_filter = ${rak11200.build_src_filter} + + + +<../examples/companion_radio/*.cpp> + +<../examples/companion_radio/ui-orig/*.cpp> +lib_deps = + ${rak11200.lib_deps} + ${esp32_ota.lib_deps} + densaugeo/base64 @ ~1.4.0 + [env:RAK_11200_terminal_chat] extends = rak11200 build_flags =