Make PIO6 happy again

This commit is contained in:
Thomas Göttgens
2022-05-17 11:14:21 +02:00
parent 12c46ced45
commit c15da3c104
11 changed files with 18 additions and 19 deletions

View File

@@ -6,7 +6,7 @@ board = lora_isp4520
build_flags = ${nrf52_base.build_flags} -Ivariants/lora_isp4520
# No screen and GPS on the board. We still need RTC.cpp for the RTC clock.
src_filter = ${nrf52_base.src_filter} +<../variants/lora_isp4520> -<graphics> -<gps> +<gps/GPS.cpp> +<gps/RTC.cpp>
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/lora_isp4520> -<graphics> -<gps> +<gps/GPS.cpp> +<gps/RTC.cpp>
lib_ignore = ${nrf52_base.lib_ignore}
ESP8266_SSD1306
SparkFun Ublox Arduino Library