Skip to content

Commit 8513166

Browse files
committed
move to use the SparkFun version of the lorawan lib
1 parent ca43772 commit 8513166

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install The XBee LoRaWAN library
7171
run: |
7272
arduino-cli config set library.enable_unsafe_install true
73-
arduino-cli lib install --git-url "https://github.com/gigapod/XBeeArduino.git"
73+
arduino-cli lib install --git-url "https://github.com/sparkfun/XBeeArduino.git"
7474
arduino-cli lib install FastLED
7575
7676
# Compile time - build the Firmware for the data logger.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Install The XBee LoRaWAN library
7171
run: |
7272
arduino-cli config set library.enable_unsafe_install true
73-
arduino-cli lib install --git-url "https://github.com/gigapod/XBeeArduino.git"
73+
arduino-cli lib install --git-url "https://github.com/sparkfun/XBeeArduino.git"
7474
arduino-cli lib install FastLED
7575
7676
# Compile time - build the Firmware for the data logger.

0 commit comments

Comments
 (0)