Skip to content

Commit bc2256f

Browse files
committed
Keepteen LT1: remove terminal_chat and sensor targets
1 parent 2058af8 commit bc2256f

File tree

1 file changed

+1
-32
lines changed

1 file changed

+1
-32
lines changed

variants/keepteen_lt1/platformio.ini

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,6 @@ build_flags = ${KeepteenLT1.build_flags}
5656
lib_deps = ${KeepteenLT1.lib_deps}
5757
adafruit/RTClib @ ^2.1.3
5858

59-
[env:KeepteenLT1_terminal_chat]
60-
extends = KeepteenLT1
61-
build_flags = ${KeepteenLT1.build_flags}
62-
-D MAX_CONTACTS=100
63-
-D MAX_GROUP_CHANNELS=1
64-
; -D MESH_PACKET_LOGGING=1
65-
; -D MESH_DEBUG=1
66-
build_src_filter = ${KeepteenLT1.build_src_filter}
67-
+<../examples/simple_secure_chat/main.cpp>
68-
lib_deps = ${KeepteenLT1.lib_deps}
69-
densaugeo/base64 @ ~1.4.0
70-
adafruit/RTClib @ ^2.1.3
71-
7259
[env:KeepteenLT1_companion_radio_usb]
7360
extends = KeepteenLT1
7461
board_build.ldscript = boards/nrf52840_s140_v6_extrafs.ld
@@ -111,22 +98,4 @@ build_src_filter = ${KeepteenLT1.build_src_filter}
11198
+<../examples/companion_radio/ui-new/*.cpp>
11299
lib_deps = ${KeepteenLT1.lib_deps}
113100
adafruit/RTClib @ ^2.1.3
114-
densaugeo/base64 @ ~1.4.0
115-
116-
; [env:KeepteenLT1_sensor]
117-
; extends = KeepteenLT1
118-
; build_flags =
119-
; ${KeepteenLT1.build_flags}
120-
; -D ADVERT_NAME='"KeepteenLT1 Sensor"'
121-
; -D ADVERT_LAT=0.0
122-
; -D ADVERT_LON=0.0
123-
; -D ADMIN_PASSWORD='"password"'
124-
; -D DISPLAY_CLASS=SSD1306Display
125-
; ; -D MESH_PACKET_LOGGING=1
126-
; ; -D MESH_DEBUG=1
127-
; build_src_filter = ${KeepteenLT1.build_src_filter}
128-
; +<helpers/ui/SSD1306Display.cpp>
129-
; +<helpers/ui/MomentaryButton.cpp>
130-
; +<../examples/simple_sensor>
131-
; lib_deps =
132-
; ${KeepteenLT1.lib_deps}
101+
densaugeo/base64 @ ~1.4.0

0 commit comments

Comments
 (0)