moved variant to rp2040

This commit is contained in:
dokuhn 2025-07-27 11:25:14 +02:00
parent 8b6032ef35
commit 4110b71f85
3 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ upload_protocol = picotool
# add our variants files to the include and src paths
build_flags = ${rp2040_base.build_flags}
-DRPI_PICO
-Ivariants/rp2040-minipill-lora
-Ivariants/rp2040/rp2040-minipill-lora
-DDEBUG_RP2040_PORT=Serial
lib_deps =
${rp2040_base.lib_deps}