File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build_flags = ${nrf52_base.build_flags}
99 -D RAK_BOARD
1010 -D PIN_BOARD_SCL =14
1111 -D PIN_BOARD_SDA =13
12- -D PIN_GPS_TX =16
12+ -D PIN_GPS_TX =16
1313 -D PIN_GPS_RX =15
1414 -D PIN_GPS_EN =-1
1515 -D PIN_OLED_RESET =-1
@@ -19,19 +19,27 @@ build_flags = ${nrf52_base.build_flags}
1919 -D SX126X_CURRENT_LIMIT =140
2020 -D SX126X_RX_BOOSTED_GAIN =1
2121 -D ENV_INCLUDE_GPS =1
22+ -D ENV_INCLUDE_AHTX0 =1
23+ -D ENV_INCLUDE_BME280 =1
24+ -D ENV_INCLUDE_BMP280 =1
2225 -D ENV_INCLUDE_SHTC3 =1
2326 -D ENV_INCLUDE_LPS22HB =1
27+ -D ENV_INCLUDE_INA3221 =1
2428 -D ENV_INCLUDE_INA219 =1
2529build_src_filter = ${nrf52_base.build_src_filter}
2630 +<../variants/rak4631>
27- +<helpers/sensors>
31+ +<helpers/sensors>
2832lib_deps =
2933 ${nrf52_base.lib_deps}
3034 adafruit/Adafruit SSD1306 @ ^2.5.13
3135 stevemarple/MicroNMEA @ ^2.0.6
32- adafruit/Adafruit SHTC3 Library@^1.0.1
3336 arduino-libraries/Arduino_LPS22HB@^1.0.2
34- adafruit/Adafruit INA219@^1.2.3
37+ adafruit/Adafruit INA3221 Library @ ^1.0.1
38+ adafruit/Adafruit INA219 @ ^1.2.3
39+ adafruit/Adafruit AHTX0 @ ^2.0.5
40+ adafruit/Adafruit BME280 Library @ ^2.3.0
41+ adafruit/Adafruit BMP280 Library @ ^2.6.8
42+ adafruit/Adafruit SHTC3 Library @ ^1.0.1
3543 sparkfun/SparkFun u-blox GNSS Arduino Library@^2.2.27
3644
3745[env:RAK_4631_Repeater]
You can’t perform that action at this time.
0 commit comments