Skip to content

Commit 76be69d

Browse files
committed
Reduce unnecessary compilation time
1 parent cd6c09a commit 76be69d

1 file changed

Lines changed: 31 additions & 30 deletions

File tree

variants/gat562_mesh_watch13/platformio.ini

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -28,37 +28,38 @@ lib_deps =
2828
${sensor_base.lib_deps}
2929
adafruit/Adafruit SSD1306 @ ^2.5.13
3030

31-
[env:GAT562_Mesh_Watch13_repeater]
32-
extends = GAT562_Mesh_Watch13
33-
build_flags =
34-
${GAT562_Mesh_Watch13.build_flags}
35-
-D DISPLAY_CLASS=SSD1306Display
36-
-D ADVERT_NAME='"GAT562 Repeater"'
37-
-D ADVERT_LAT=0.0
38-
-D ADVERT_LON=0.0
39-
-D ADMIN_PASSWORD='"password"'
40-
-D MAX_NEIGHBOURS=50
41-
; -D MESH_PACKET_LOGGING=1
42-
; -D MESH_DEBUG=1
43-
build_src_filter = ${GAT562_Mesh_Watch13.build_src_filter}
44-
+<helpers/ui/SSD1306Display.cpp>
45-
+<../examples/simple_repeater>
4631

47-
[env:GAT562_Mesh_Watch13_room_server]
48-
extends = GAT562_Mesh_Watch13
49-
build_flags =
50-
${GAT562_Mesh_Watch13.build_flags}
51-
-D DISPLAY_CLASS=SSD1306Display
52-
-D ADVERT_NAME='"GAT562 Room"'
53-
-D ADVERT_LAT=0.0
54-
-D ADVERT_LON=0.0
55-
-D ADMIN_PASSWORD='"password"'
56-
-D ROOM_PASSWORD='"hello"'
57-
; -D MESH_PACKET_LOGGING=1
58-
; -D MESH_DEBUG=1
59-
build_src_filter = ${GAT562_Mesh_Watch13.build_src_filter}
60-
+<helpers/ui/SSD1306Display.cpp>
61-
+<../examples/simple_room_server>
32+
;[env:GAT562_Mesh_Watch13_repeater]
33+
;extends = GAT562_Mesh_Watch13
34+
;build_flags =
35+
; ${GAT562_Mesh_Watch13.build_flags}
36+
; -D DISPLAY_CLASS=SSD1306Display
37+
; -D ADVERT_NAME='"GAT562 Repeater"'
38+
; -D ADVERT_LAT=0.0
39+
; -D ADVERT_LON=0.0
40+
; -D ADMIN_PASSWORD='"password"'
41+
; -D MAX_NEIGHBOURS=50
42+
;; -D MESH_PACKET_LOGGING=1
43+
;; -D MESH_DEBUG=1
44+
;build_src_filter = ${GAT562_Mesh_Watch13.build_src_filter}
45+
; +<helpers/ui/SSD1306Display.cpp>
46+
; +<../examples/simple_repeater>
47+
48+
;[env:GAT562_Mesh_Watch13_room_server]
49+
;extends = GAT562_Mesh_Watch13
50+
;build_flags =
51+
; ${GAT562_Mesh_Watch13.build_flags}
52+
; -D DISPLAY_CLASS=SSD1306Display
53+
; -D ADVERT_NAME='"GAT562 Room"'
54+
; -D ADVERT_LAT=0.0
55+
; -D ADVERT_LON=0.0
56+
; -D ADMIN_PASSWORD='"password"'
57+
; -D ROOM_PASSWORD='"hello"'
58+
;; -D MESH_PACKET_LOGGING=1
59+
;; -D MESH_DEBUG=1
60+
;build_src_filter = ${GAT562_Mesh_Watch13.build_src_filter}
61+
; +<helpers/ui/SSD1306Display.cpp>
62+
; +<../examples/simple_room_server>
6263

6364
[env:GAT562_Mesh_Watch13_companion_radio_ble]
6465
extends = GAT562_Mesh_Watch13

0 commit comments

Comments
 (0)