Keepteen LT1: remove terminal_chat and sensor targets

This commit is contained in:
taco
2025-11-16 16:17:11 +11:00
parent 2058af8453
commit bc2256f232

View File

@@ -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}
; +<helpers/ui/SSD1306Display.cpp>
; +<helpers/ui/MomentaryButton.cpp>
; +<../examples/simple_sensor>
; lib_deps =
; ${KeepteenLT1.lib_deps}
densaugeo/base64 @ ~1.4.0