File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ jobs:
49
49
50
50
# Install RP2040 - 4.0.3 (Nov, 2024)
51
51
- 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 ..
61
61
62
62
# install the libraries Flux uses
63
63
- name : Install Flux dependant libraries
You can’t perform that action at this time.
0 commit comments