File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,11 @@ jobs:
65
65
66
66
# currently using a local copy of the library that removed some warning messages - source is here:
67
67
# arduino-cli lib install --git-url "https://github.com/felixgalindo/XBeeArduino.git"
68
+ # arduino-cli lib install --git-url "https://github.com/sparkfun/XBeeArduino.git"
68
69
- name : Install The XBee LoRaWAN library
69
70
run : |
70
71
arduino-cli config set library.enable_unsafe_install true
71
- arduino-cli lib install --git-url "https://github.com/sparkfun /XBeeArduino.git"
72
+ arduino-cli lib install --git-url "https://github.com/felixgalindo /XBeeArduino.git"
72
73
arduino-cli lib install FastLED
73
74
74
75
# Compile time - build the Firmware for the data logger.
Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ bool flxLoRaWANDigi::setupModule(void)
391
391
for (int i = 0 ; i < 3 ; i++)
392
392
{
393
393
flxLog_N_ (F (" ." ));
394
- if (_pXBeeLR->getLoRaWANDevEUI (( uint8_t *) _devEUI, sizeof (_devEUI)))
394
+ if (_pXBeeLR->getLoRaWANDevEUI (_devEUI, sizeof (_devEUI)))
395
395
{
396
396
status = true ;
397
397
break ;
Original file line number Diff line number Diff line change 22
22
#define kDLVersionNumberPoint 1
23
23
24
24
// Version string description
25
- #define kDLVersionDescriptor "RC2 "
25
+ #define kDLVersionDescriptor "RC3 "
26
26
27
27
// app name/class ID string
28
28
#define kDLAppClassNameID "SFE-IOT-NODE_LORAWAN"
You can’t perform that action at this time.
0 commit comments