We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f5865 commit d8712baCopy full SHA for d8712ba
.github/workflows/build-iotnode-lorawan-develop.yml
@@ -65,10 +65,12 @@ jobs:
65
- name: Install Flux dependant libraries
66
run: ./flux-sdk/install-libs.sh
67
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"
70
- name: Install The XBee LoRaWAN library
71
run: |
72
arduino-cli config set library.enable_unsafe_install true
- 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"
74
arduino-cli lib install FastLED
75
76
# Compile time - build the Firmware for the data logger.
0 commit comments