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

@@ -9,7 +9,7 @@ upload_protocol = jlink
# -DBUSY_PIN=3 -DRST_PIN=2 -DDC_PIN=28 -DCS_PIN=30
# add -DCFG_SYSVIEW if you want to use the Segger systemview tool for OS profiling.
build_flags = ${nrf52840_base.build_flags} -Ivariants/t-echo
src_filter = ${nrf52_base.src_filter} +<../variants/t-echo>
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/t-echo>
lib_deps =
${nrf52840_base.lib_deps}
https://github.com/meshtastic/GxEPD2