Reduce unnecessary compilation time
This commit is contained in:
@@ -28,37 +28,38 @@ lib_deps =
|
|||||||
${sensor_base.lib_deps}
|
${sensor_base.lib_deps}
|
||||||
adafruit/Adafruit SSD1306 @ ^2.5.13
|
adafruit/Adafruit SSD1306 @ ^2.5.13
|
||||||
|
|
||||||
[env:GAT562_Mesh_Watch13_repeater]
|
|
||||||
extends = GAT562_Mesh_Watch13
|
|
||||||
build_flags =
|
|
||||||
${GAT562_Mesh_Watch13.build_flags}
|
|
||||||
-D DISPLAY_CLASS=SSD1306Display
|
|
||||||
-D ADVERT_NAME='"GAT562 Repeater"'
|
|
||||||
-D ADVERT_LAT=0.0
|
|
||||||
-D ADVERT_LON=0.0
|
|
||||||
-D ADMIN_PASSWORD='"password"'
|
|
||||||
-D MAX_NEIGHBOURS=50
|
|
||||||
; -D MESH_PACKET_LOGGING=1
|
|
||||||
; -D MESH_DEBUG=1
|
|
||||||
build_src_filter = ${GAT562_Mesh_Watch13.build_src_filter}
|
|
||||||
+<helpers/ui/SSD1306Display.cpp>
|
|
||||||
+<../examples/simple_repeater>
|
|
||||||
|
|
||||||
[env:GAT562_Mesh_Watch13_room_server]
|
;[env:GAT562_Mesh_Watch13_repeater]
|
||||||
extends = GAT562_Mesh_Watch13
|
;extends = GAT562_Mesh_Watch13
|
||||||
build_flags =
|
;build_flags =
|
||||||
${GAT562_Mesh_Watch13.build_flags}
|
; ${GAT562_Mesh_Watch13.build_flags}
|
||||||
-D DISPLAY_CLASS=SSD1306Display
|
; -D DISPLAY_CLASS=SSD1306Display
|
||||||
-D ADVERT_NAME='"GAT562 Room"'
|
; -D ADVERT_NAME='"GAT562 Repeater"'
|
||||||
-D ADVERT_LAT=0.0
|
; -D ADVERT_LAT=0.0
|
||||||
-D ADVERT_LON=0.0
|
; -D ADVERT_LON=0.0
|
||||||
-D ADMIN_PASSWORD='"password"'
|
; -D ADMIN_PASSWORD='"password"'
|
||||||
-D ROOM_PASSWORD='"hello"'
|
; -D MAX_NEIGHBOURS=50
|
||||||
; -D MESH_PACKET_LOGGING=1
|
;; -D MESH_PACKET_LOGGING=1
|
||||||
; -D MESH_DEBUG=1
|
;; -D MESH_DEBUG=1
|
||||||
build_src_filter = ${GAT562_Mesh_Watch13.build_src_filter}
|
;build_src_filter = ${GAT562_Mesh_Watch13.build_src_filter}
|
||||||
+<helpers/ui/SSD1306Display.cpp>
|
; +<helpers/ui/SSD1306Display.cpp>
|
||||||
+<../examples/simple_room_server>
|
; +<../examples/simple_repeater>
|
||||||
|
|
||||||
|
;[env:GAT562_Mesh_Watch13_room_server]
|
||||||
|
;extends = GAT562_Mesh_Watch13
|
||||||
|
;build_flags =
|
||||||
|
; ${GAT562_Mesh_Watch13.build_flags}
|
||||||
|
; -D DISPLAY_CLASS=SSD1306Display
|
||||||
|
; -D ADVERT_NAME='"GAT562 Room"'
|
||||||
|
; -D ADVERT_LAT=0.0
|
||||||
|
; -D ADVERT_LON=0.0
|
||||||
|
; -D ADMIN_PASSWORD='"password"'
|
||||||
|
; -D ROOM_PASSWORD='"hello"'
|
||||||
|
;; -D MESH_PACKET_LOGGING=1
|
||||||
|
;; -D MESH_DEBUG=1
|
||||||
|
;build_src_filter = ${GAT562_Mesh_Watch13.build_src_filter}
|
||||||
|
; +<helpers/ui/SSD1306Display.cpp>
|
||||||
|
; +<../examples/simple_room_server>
|
||||||
|
|
||||||
[env:GAT562_Mesh_Watch13_companion_radio_ble]
|
[env:GAT562_Mesh_Watch13_companion_radio_ble]
|
||||||
extends = GAT562_Mesh_Watch13
|
extends = GAT562_Mesh_Watch13
|
||||||
|
|||||||
Reference in New Issue
Block a user