File tree Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Expand file tree Collapse file tree 2 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -77,14 +77,6 @@ build_flags = ${arduino_base.build_flags}
7777 -D NRF52_PLATFORM
7878 -D LFS_NO_ASSERT =1
7979
80- [nrf52840_base]
81- extends = nrf52_base
82- build_flags = ${nrf52_base.build_flags}
83- lib_deps =
84- ${nrf52_base.lib_deps}
85- rweather/Crypto @ ^0.4.0
86- https://github.com/adafruit/Adafruit_nRF52_Arduino
87-
8880; ----------------- RP2040 ---------------------
8981
9082[rp2040_base]
Original file line number Diff line number Diff line change 11[rak4631]
2- extends = nrf52840_base
2+ extends = nrf52_base
33platform = https://github.com/maxgerhardt/platform-nordicnrf52.git# rak
44board = wiscore_rak4631
55board_check = true
6- build_flags = ${nrf52840_base .build_flags}
6+ build_flags = ${nrf52_base .build_flags}
77 -I variants/rak4631
88 -D RAK_4631
99 -D PIN_BOARD_SCL =14
@@ -14,10 +14,10 @@ build_flags = ${nrf52840_base.build_flags}
1414 -D LORA_TX_POWER =22
1515 -D SX126X_CURRENT_LIMIT =140
1616 -D SX126X_RX_BOOSTED_GAIN =1
17- build_src_filter = ${nrf52840_base .build_src_filter}
17+ build_src_filter = ${nrf52_base .build_src_filter}
1818 +<../variants/rak4631>
1919lib_deps =
20- ${nrf52840_base .lib_deps}
20+ ${nrf52_base .lib_deps}
2121 adafruit/Adafruit SSD1306 @ ^2.5.13
2222 stevemarple/MicroNMEA @ ^2.0.6
2323
@@ -55,7 +55,7 @@ build_flags =
5555build_src_filter = ${rak4631.build_src_filter}
5656 +<helpers/ui/SSD1306Display.cpp>
5757 +<../examples/simple_repeater>
58- lib_deps =
58+ lib_deps =
5959 ${rak4631.lib_deps}
6060 sparkfun/SparkFun u-blox GNSS Arduino Library @ ^2.2.27
6161 https://github.com/boschsensortec/Bosch-BSEC2-Library
You can’t perform that action at this time.
0 commit comments