From bc2256f232c476ada4d4a1bee3863c25ce05f02f Mon Sep 17 00:00:00 2001 From: taco Date: Sun, 16 Nov 2025 16:17:11 +1100 Subject: [PATCH] Keepteen LT1: remove terminal_chat and sensor targets --- variants/keepteen_lt1/platformio.ini | 33 +--------------------------- 1 file changed, 1 insertion(+), 32 deletions(-) diff --git a/variants/keepteen_lt1/platformio.ini b/variants/keepteen_lt1/platformio.ini index 96a55eb7..cb3ea9c8 100644 --- a/variants/keepteen_lt1/platformio.ini +++ b/variants/keepteen_lt1/platformio.ini @@ -56,19 +56,6 @@ build_flags = ${KeepteenLT1.build_flags} lib_deps = ${KeepteenLT1.lib_deps} adafruit/RTClib @ ^2.1.3 -[env:KeepteenLT1_terminal_chat] -extends = KeepteenLT1 -build_flags = ${KeepteenLT1.build_flags} - -D MAX_CONTACTS=100 - -D MAX_GROUP_CHANNELS=1 -; -D MESH_PACKET_LOGGING=1 -; -D MESH_DEBUG=1 -build_src_filter = ${KeepteenLT1.build_src_filter} - +<../examples/simple_secure_chat/main.cpp> -lib_deps = ${KeepteenLT1.lib_deps} - densaugeo/base64 @ ~1.4.0 - adafruit/RTClib @ ^2.1.3 - [env:KeepteenLT1_companion_radio_usb] extends = KeepteenLT1 board_build.ldscript = boards/nrf52840_s140_v6_extrafs.ld @@ -111,22 +98,4 @@ build_src_filter = ${KeepteenLT1.build_src_filter} +<../examples/companion_radio/ui-new/*.cpp> lib_deps = ${KeepteenLT1.lib_deps} adafruit/RTClib @ ^2.1.3 - densaugeo/base64 @ ~1.4.0 - -; [env:KeepteenLT1_sensor] -; extends = KeepteenLT1 -; build_flags = -; ${KeepteenLT1.build_flags} -; -D ADVERT_NAME='"KeepteenLT1 Sensor"' -; -D ADVERT_LAT=0.0 -; -D ADVERT_LON=0.0 -; -D ADMIN_PASSWORD='"password"' -; -D DISPLAY_CLASS=SSD1306Display -; ; -D MESH_PACKET_LOGGING=1 -; ; -D MESH_DEBUG=1 -; build_src_filter = ${KeepteenLT1.build_src_filter} -; + -; + -; +<../examples/simple_sensor> -; lib_deps = -; ${KeepteenLT1.lib_deps} + densaugeo/base64 @ ~1.4.0 \ No newline at end of file