Skip to content

Commit c383810

Browse files
committed
bump arduino board package version; no longer need to patch build
1 parent 98d5c13 commit c383810

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build-iotnode-lorawan.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ jobs:
4949

5050
# Install RP2040 - 4.0.3 (Nov, 2024)
5151
- name: Arduino - Install rp2040 platform
52-
run: arduino-cli core install rp2040:rp2040@4.3.1
53-
54-
- name: Patch in our IOT Node boards
55-
run: |
56-
cd patch
57-
cp boards.txt $HOME/$ARDUINO_RP2040_DIR/boards.txt
58-
cp -R sparkfun_iotnode_lorawanrp2350 $HOME/$ARDUINO_RP2040_DIR/variants/
59-
cp sparkfun_iotnode_lorawan_rp2350.h $HOME/$ARDUINO_RP2040_DIR//pico-sdk/src/boards/include/boards/
60-
cd ..
52+
run: arduino-cli core install rp2040:rp2040@4.4.4
53+
54+
# - name: Patch in our IOT Node boards
55+
# run: |
56+
# cd patch
57+
# cp boards.txt $HOME/$ARDUINO_RP2040_DIR/boards.txt
58+
# cp -R sparkfun_iotnode_lorawanrp2350 $HOME/$ARDUINO_RP2040_DIR/variants/
59+
# cp sparkfun_iotnode_lorawan_rp2350.h $HOME/$ARDUINO_RP2040_DIR//pico-sdk/src/boards/include/boards/
60+
# cd ..
6161

6262
# install the libraries Flux uses
6363
- name: Install Flux dependant libraries

0 commit comments

Comments
 (0)