We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73f932 commit 99b10d2Copy full SHA for 99b10d2
.github/workflows/build-iotnode-lorawan-develop.yml
@@ -58,7 +58,7 @@ jobs:
58
cd patch
59
cp boards.txt $HOME/$ARDUINO_RP2040_DIR/boards.txt
60
cp -R sparkfun_iotnode_lorawanrp2350 $HOME/$ARDUINO_RP2040_DIR/variants/
61
- cp sparkfun_iotnode_lorawan_rp2350.h $HOME/$ARDUINO_RP2040_DIR//pico-sdk/src/boards/include/boards/
+ cp sparkfun_iotnode_lorawan_rp2350.h $HOME/$ARDUINO_RP2040_DIR/pico-sdk/src/boards/include/boards/
62
cd ..
63
64
# install the libraries Flux uses
0 commit comments