Skip to content

Commit d8712ba

Browse files
committed
move XBee lib to a copy that doesnt throw warnings
1 parent 94f5865 commit d8712ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@ jobs:
6565
- name: Install Flux dependant libraries
6666
run: ./flux-sdk/install-libs.sh
6767

68+
# currently using a local copy of the library that removed some warning messages - source is here:
69+
# arduino-cli lib install --git-url "https://github.com/felixgalindo/XBeeArduino.git"
6870
- name: Install The XBee LoRaWAN library
6971
run: |
7072
arduino-cli config set library.enable_unsafe_install true
71-
arduino-cli lib install --git-url "https://github.com/felixgalindo/XBeeArduino.git"
73+
arduino-cli lib install --git-url "https://github.com/gigapod/XBeeArduino.git"
7274
arduino-cli lib install FastLED
7375
7476
# Compile time - build the Firmware for the data logger.

0 commit comments

Comments
 (0)