Skip to content

Commit

Permalink
Merge pull request meshtastic#3557 from fuutott/master
Browse files Browse the repository at this point in the history
Update platformio.ini
  • Loading branch information
RicInNewMexico authored Apr 5, 2024
2 parents 902f382 + f6e6f97 commit 577de1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variants/rpipico-slowclock/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ debug_init_cmds =
# add our variants files to the include and src paths
build_flags = ${rp2040_base.build_flags}
-DRPI_PICO
-Ivariants/rpipico_slowclock
-Ivariants/rpipico-slowclock
-DDEBUG_RP2040_PORT=Serial2
-DHW_SPI1_DEVICE
-L "${platformio.libdeps_dir}/${this.__env__}/BSEC2 Software Library/src/cortex-m0plus"
Expand All @@ -25,4 +25,4 @@ lib_deps =
${rp2040_base.lib_deps}
debug_build_flags = ${rp2040_base.build_flags}
-g
-DNO_USB
-DNO_USB

0 comments on commit 577de1e

Please sign in to comment.