Skip to content

Commit 5fa6533

Browse files
authored
Merge branch 'ripplebiz:dev' into dev
2 parents 1ce180d + 3bd1dc3 commit 5fa6533

File tree

3 files changed

+278
-43
lines changed

3 files changed

+278
-43
lines changed

variants/rak4631/platformio.ini

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ lib_deps =
2323
${nrf52840_base.lib_deps}
2424
adafruit/Adafruit SSD1306 @ ^2.5.13
2525
stevemarple/MicroNMEA @ ^2.0.6
26-
sparkfun/SparkFun u-blox GNSS Arduino Library @ ^2.2.27
2726

2827
[env:RAK_4631_Repeater]
2928
extends = rak4631
@@ -41,6 +40,30 @@ build_src_filter = ${rak4631.build_src_filter}
4140
+<helpers/ui/SSD1306Display.cpp>
4241
+<../examples/simple_repeater>
4342

43+
[env:RAK_4631_GPS_Repeater]
44+
extends = rak4631
45+
build_flags =
46+
${rak4631.build_flags}
47+
-D DISPLAY_CLASS=SSD1306Display
48+
-D ADVERT_NAME='"RAK4631 GPS Repeater"'
49+
-D ADVERT_LAT=0.0
50+
-D ADVERT_LON=0.0
51+
-D ADMIN_PASSWORD='"password"'
52+
-D MAX_NEIGHBOURS=8
53+
-D FORCE_GPS_ALIVE=1
54+
-D ENV_INCLUDE_GPS=1
55+
-D ENV_INCLUDE_BME680=1
56+
; -D MESH_PACKET_LOGGING=1
57+
; -D MESH_DEBUG=1
58+
build_src_filter = ${rak4631.build_src_filter}
59+
+<helpers/ui/SSD1306Display.cpp>
60+
+<../examples/simple_repeater>
61+
lib_deps =
62+
${rak4631.lib_deps}
63+
sparkfun/SparkFun u-blox GNSS Arduino Library @ ^2.2.27
64+
https://github.com/boschsensortec/Bosch-BSEC2-Library
65+
https://github.com/boschsensortec/Bosch-BME68x-Library
66+
4467
[env:RAK_4631_room_server]
4568
extends = rak4631
4669
build_flags =
@@ -104,6 +127,7 @@ build_flags =
104127
-D BLE_DEBUG_LOGGING=1
105128
-D OFFLINE_QUEUE_SIZE=256
106129
-D ENV_INCLUDE_GPS=1
130+
-D ENV_INCLUDE_BME680=1
107131
; -D MESH_PACKET_LOGGING=1
108132
; -D MESH_DEBUG=1
109133
build_src_filter = ${rak4631.build_src_filter}
@@ -112,6 +136,9 @@ build_src_filter = ${rak4631.build_src_filter}
112136
+<../examples/companion_radio>
113137
lib_deps =
114138
${rak4631.lib_deps}
139+
sparkfun/SparkFun u-blox GNSS Arduino Library @ ^2.2.27
140+
https://github.com/boschsensortec/Bosch-BSEC2-Library
141+
https://github.com/boschsensortec/Bosch-BME68x-Library
115142
densaugeo/base64 @ ~1.4.0
116143

117144
[env:RAK_4631_terminal_chat]

0 commit comments

Comments
 (0)