SmartEverything Lion RN2483 - compatibility matrix

This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.

SmartEverything Lion RN2483

Version: 1.3.0
More details

Compatibility matrix

Board Claims compatibility Inclusion
sendDataABP_console
sendDataOTA_console
storeConfiguration
download
getChipInformation
passthrough
arduino:avr:uno
1.8.4
Yes ⚠️ FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:mbed_nano:nanorp2040connect
2.7.2
Yes ⚠️ FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:megaavr:nona4809
1.8.7
Yes ⚠️ FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:samd:mkrwifi1010
1.8.12
Yes ⚠️ FAIL FAIL FAIL FAIL FAIL FAIL FAIL
esp32:esp32:d1_mini32
1.0.6
Yes ⚠️ FAIL FAIL FAIL FAIL FAIL FAIL FAIL

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp: In member function 'void RN2483::rawData(String)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:135:9: error: invalid use of incomplete type 'class Uart'
     comm->print(stream);
         ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:135:11: error: invalid use of incomplete type 'class Uart'
     comm->print(stream);
           ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:137:9: error: 'SerialUSB' was not declared in this scope
         SerialUSB.print("-> ");
         ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:137:9: note: suggested alternative: 'Serial'
         SerialUSB.print("-> ");
         ^~~~~~~~~
         Serial
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp: In member function 'uint8_t RN2483::waitAnswer()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:200:17: error: invalid use of incomplete type 'class Uart'
     while (!comm->available())
                 ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:200:19: error: invalid use of incomplete type 'class Uart'
     while (!comm->available())
                   ^~~~~~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:208:17: error: invalid use of incomplete type 'class Uart'
         if (comm->available()) {
                 ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:208:19: error: invalid use of incomplete type 'class Uart'
         if (comm->available()) {
                   ^~~~~~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:209:21: error: invalid use of incomplete type 'class Uart'
             c = comm->read();
                     ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:209:23: error: invalid use of incomplete type 'class Uart'
             c = comm->read();
                       ^~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:217:9: error: 'SerialUSB' was not declared in this scope
         SerialUSB.print("<- ");
         ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:217:9: note: suggested alternative: 'Serial'
         SerialUSB.print("<- ");
         ^~~~~~~~~
         Serial
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp: In member function 'void RN2483::begin(long int, Uart*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:299:9: error: invalid use of incomplete type 'class Uart'
     comm->begin(speed);
         ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:299:11: error: invalid use of incomplete type 'class Uart'
     comm->begin(speed);
           ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp: In member function 'bool RN2483::available()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:308:17: error: invalid use of incomplete type 'class Uart'
      while (comm->available()) {
                 ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:308:19: error: invalid use of incomplete type 'class Uart'
      while (comm->available()) {
                   ^~~~~~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:310:34: error: invalid use of incomplete type 'class Uart'
          char inChar = (char)comm->read();
                                  ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:310:36: error: invalid use of incomplete type 'class Uart'
          char inChar = (char)comm->read();
                                    ^~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~

examples/download

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:42:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:51:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();  // Default speed 57600
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:67:7: error: 'iotAntenna' was not declared in this scope
       iotAntenna.print(c);
       ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:70:9: error: 'iotAntenna' was not declared in this scope
     if (iotAntenna.available()) {
         ^~~~~~~~~~

examples/getChipInformation

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/getChipInformation/getChipInformation.ino:17:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/getChipInformation/getChipInformation.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/getChipInformation/getChipInformation.ino:26:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

examples/passthrough

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino: In function 'void ledBlink(int, bool, unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:32:9: error: 'ledYellowOneLight' was not declared in this scope
         ledYellowOneLight(HIGH); // turn the LED On by making the voltage HIGH
         ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:36:9: error: 'ledYellowTwoLight' was not declared in this scope
         ledYellowTwoLight(HIGH); // turn the LED On by making the voltage HIGH
         ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:47:5: error: 'ledYellowOneLight' was not declared in this scope
     ledYellowOneLight(LOW);
     ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:48:5: error: 'ledYellowTwoLight' was not declared in this scope
     ledYellowTwoLight(LOW);
     ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:52:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

examples/sendDataABP_console

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataABP_console/sendDataABP_console.ino:19:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataABP_console/sendDataABP_console.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataABP_console/sendDataABP_console.ino:46:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

examples/sendDataOTA_console

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:20:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:49:5: error: 'ledYellowOneLight' was not declared in this scope
     ledYellowOneLight(LOW); // turn the LED off
     ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:50:5: error: 'ledYellowTwoLight' was not declared in this scope
     ledYellowTwoLight(HIGH); // turn the LED on
     ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:54:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:156:12: error: 'ledYellowTwoLight' was not declared in this scope
            ledYellowTwoLight(HIGH); // turn the LED on
            ^~~~~~~~~~~~~~~~~

examples/storeConfiguration

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/storeConfiguration/storeConfiguration.ino:47:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/storeConfiguration/storeConfiguration.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/storeConfiguration/storeConfiguration.ino:65:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp: In member function 'void RN2483::rawData(arduino::String)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:135:9: error: invalid use of incomplete type 'class Uart'
     comm->print(stream);
         ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:135:11: error: invalid use of incomplete type 'class Uart'
     comm->print(stream);
           ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp: In member function 'uint8_t RN2483::waitAnswer()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:200:17: error: invalid use of incomplete type 'class Uart'
     while (!comm->available())
                 ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:200:19: error: invalid use of incomplete type 'class Uart'
     while (!comm->available())
                   ^~~~~~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:208:17: error: invalid use of incomplete type 'class Uart'
         if (comm->available()) {
                 ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:208:19: error: invalid use of incomplete type 'class Uart'
         if (comm->available()) {
                   ^~~~~~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:209:21: error: invalid use of incomplete type 'class Uart'
             c = comm->read();
                     ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:209:23: error: invalid use of incomplete type 'class Uart'
             c = comm->read();
                       ^~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp: In member function 'void RN2483::begin(long int, Uart*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:299:9: error: invalid use of incomplete type 'class Uart'
     comm->begin(speed);
         ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:299:11: error: invalid use of incomplete type 'class Uart'
     comm->begin(speed);
           ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp: In member function 'bool RN2483::available()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:308:17: error: invalid use of incomplete type 'class Uart'
      while (comm->available()) {
                 ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:308:19: error: invalid use of incomplete type 'class Uart'
      while (comm->available()) {
                   ^~~~~~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:310:34: error: invalid use of incomplete type 'class Uart'
          char inChar = (char)comm->read();
                                  ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:310:36: error: invalid use of incomplete type 'class Uart'
          char inChar = (char)comm->read();
                                    ^~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~

examples/download

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:42:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:51:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();  // Default speed 57600
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:67:7: error: 'iotAntenna' was not declared in this scope
       iotAntenna.print(c);
       ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:70:9: error: 'iotAntenna' was not declared in this scope
     if (iotAntenna.available()) {
         ^~~~~~~~~~

examples/getChipInformation

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/getChipInformation/getChipInformation.ino:17:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/getChipInformation/getChipInformation.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/getChipInformation/getChipInformation.ino:26:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

examples/passthrough

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino: In function 'void ledBlink(int, bool, unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:32:9: error: 'ledYellowOneLight' was not declared in this scope
         ledYellowOneLight(HIGH); // turn the LED On by making the voltage HIGH
         ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:36:9: error: 'ledYellowTwoLight' was not declared in this scope
         ledYellowTwoLight(HIGH); // turn the LED On by making the voltage HIGH
         ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:47:5: error: 'ledYellowOneLight' was not declared in this scope
     ledYellowOneLight(LOW);
     ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:48:5: error: 'ledYellowTwoLight' was not declared in this scope
     ledYellowTwoLight(LOW);
     ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:52:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

examples/sendDataABP_console

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataABP_console/sendDataABP_console.ino:19:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataABP_console/sendDataABP_console.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataABP_console/sendDataABP_console.ino:46:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

examples/sendDataOTA_console

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:20:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:49:5: error: 'ledYellowOneLight' was not declared in this scope
     ledYellowOneLight(LOW); // turn the LED off
     ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:50:5: error: 'ledYellowTwoLight' was not declared in this scope
     ledYellowTwoLight(HIGH); // turn the LED on
     ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:54:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:156:12: error: 'ledYellowTwoLight' was not declared in this scope
            ledYellowTwoLight(HIGH); // turn the LED on
            ^~~~~~~~~~~~~~~~~

examples/storeConfiguration

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/storeConfiguration/storeConfiguration.ino:47:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/storeConfiguration/storeConfiguration.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/storeConfiguration/storeConfiguration.ino:65:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp: In member function 'void RN2483::rawData(arduino::String)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:135:9: error: invalid use of incomplete type 'class Uart'
     comm->print(stream);
         ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:135:11: error: invalid use of incomplete type 'class Uart'
     comm->print(stream);
           ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:137:9: error: 'SerialUSB' was not declared in this scope
         SerialUSB.print("-> ");
         ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:137:9: note: suggested alternative: 'Serial1'
         SerialUSB.print("-> ");
         ^~~~~~~~~
         Serial1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp: In member function 'uint8_t RN2483::waitAnswer()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:200:17: error: invalid use of incomplete type 'class Uart'
     while (!comm->available())
                 ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:200:19: error: invalid use of incomplete type 'class Uart'
     while (!comm->available())
                   ^~~~~~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:208:17: error: invalid use of incomplete type 'class Uart'
         if (comm->available()) {
                 ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:208:19: error: invalid use of incomplete type 'class Uart'
         if (comm->available()) {
                   ^~~~~~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:209:21: error: invalid use of incomplete type 'class Uart'
             c = comm->read();
                     ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:209:23: error: invalid use of incomplete type 'class Uart'
             c = comm->read();
                       ^~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:217:9: error: 'SerialUSB' was not declared in this scope
         SerialUSB.print("<- ");
         ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:217:9: note: suggested alternative: 'Serial1'
         SerialUSB.print("<- ");
         ^~~~~~~~~
         Serial1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp: In member function 'void RN2483::begin(long int, Uart*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:299:9: error: invalid use of incomplete type 'class Uart'
     comm->begin(speed);
         ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:299:11: error: invalid use of incomplete type 'class Uart'
     comm->begin(speed);
           ^~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp: In member function 'bool RN2483::available()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:308:17: error: invalid use of incomplete type 'class Uart'
      while (comm->available()) {
                 ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:308:19: error: invalid use of incomplete type 'class Uart'
      while (comm->available()) {
                   ^~~~~~~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:310:34: error: invalid use of incomplete type 'class Uart'
          char inChar = (char)comm->read();
                                  ^~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:310:36: error: invalid use of incomplete type 'class Uart'
          char inChar = (char)comm->read();
                                    ^~~~
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^~~~

examples/download

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:42:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:51:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();  // Default speed 57600
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:67:7: error: 'iotAntenna' was not declared in this scope
       iotAntenna.print(c);
       ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:70:9: error: 'iotAntenna' was not declared in this scope
     if (iotAntenna.available()) {
         ^~~~~~~~~~

examples/getChipInformation

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/getChipInformation/getChipInformation.ino:17:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/getChipInformation/getChipInformation.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/getChipInformation/getChipInformation.ino:26:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

examples/passthrough

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino: In function 'void ledBlink(int, bool, unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:32:9: error: 'ledYellowOneLight' was not declared in this scope
         ledYellowOneLight(HIGH); // turn the LED On by making the voltage HIGH
         ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:36:9: error: 'ledYellowTwoLight' was not declared in this scope
         ledYellowTwoLight(HIGH); // turn the LED On by making the voltage HIGH
         ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:47:5: error: 'ledYellowOneLight' was not declared in this scope
     ledYellowOneLight(LOW);
     ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:48:5: error: 'ledYellowTwoLight' was not declared in this scope
     ledYellowTwoLight(LOW);
     ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:52:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

examples/sendDataABP_console

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataABP_console/sendDataABP_console.ino:19:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataABP_console/sendDataABP_console.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataABP_console/sendDataABP_console.ino:46:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

examples/sendDataOTA_console

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:20:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:49:5: error: 'ledYellowOneLight' was not declared in this scope
     ledYellowOneLight(LOW); // turn the LED off
     ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:50:5: error: 'ledYellowTwoLight' was not declared in this scope
     ledYellowTwoLight(HIGH); // turn the LED on
     ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:54:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:156:12: error: 'ledYellowTwoLight' was not declared in this scope
            ledYellowTwoLight(HIGH); // turn the LED on
            ^~~~~~~~~~~~~~~~~

examples/storeConfiguration

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/storeConfiguration/storeConfiguration.ino:47:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/storeConfiguration/storeConfiguration.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/storeConfiguration/storeConfiguration.ino:65:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~

examples/download

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:42:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:51:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();  // Default speed 57600
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:67:7: error: 'iotAntenna' was not declared in this scope
       iotAntenna.print(c);
       ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:70:9: error: 'iotAntenna' was not declared in this scope
     if (iotAntenna.available()) {
         ^~~~~~~~~~

examples/getChipInformation

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/getChipInformation/getChipInformation.ino:17:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/getChipInformation/getChipInformation.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/getChipInformation/getChipInformation.ino:26:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

examples/passthrough

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino: In function 'void ledBlink(int, bool, unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:32:9: error: 'ledYellowOneLight' was not declared in this scope
         ledYellowOneLight(HIGH); // turn the LED On by making the voltage HIGH
         ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:36:9: error: 'ledYellowTwoLight' was not declared in this scope
         ledYellowTwoLight(HIGH); // turn the LED On by making the voltage HIGH
         ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:47:5: error: 'ledYellowOneLight' was not declared in this scope
     ledYellowOneLight(LOW);
     ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:48:5: error: 'ledYellowTwoLight' was not declared in this scope
     ledYellowTwoLight(LOW);
     ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:52:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

examples/sendDataABP_console

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataABP_console/sendDataABP_console.ino:19:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataABP_console/sendDataABP_console.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataABP_console/sendDataABP_console.ino:46:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

examples/sendDataOTA_console

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:20:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:49:5: error: 'ledYellowOneLight' was not declared in this scope
     ledYellowOneLight(LOW); // turn the LED off
     ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:50:5: error: 'ledYellowTwoLight' was not declared in this scope
     ledYellowTwoLight(HIGH); // turn the LED on
     ^~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:54:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:156:12: error: 'ledYellowTwoLight' was not declared in this scope
            ledYellowTwoLight(HIGH); // turn the LED on
            ^~~~~~~~~~~~~~~~~

examples/storeConfiguration

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/storeConfiguration/storeConfiguration.ino:47:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/storeConfiguration/storeConfiguration.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/storeConfiguration/storeConfiguration.ino:65:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: FAIL
This library has no main header file so an empty one was created.

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp: In member function 'void RN2483::rawData(String)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:135:9: error: invalid use of incomplete type 'class Uart'
     comm->print(stream);
         ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:137:9: error: 'SerialUSB' was not declared in this scope
         SerialUSB.print("-> ");
         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp: In member function 'uint8_t RN2483::waitAnswer()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:200:17: error: invalid use of incomplete type 'class Uart'
     while (!comm->available())
                 ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:208:17: error: invalid use of incomplete type 'class Uart'
         if (comm->available()) {
                 ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:209:21: error: invalid use of incomplete type 'class Uart'
             c = comm->read();
                     ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:217:9: error: 'SerialUSB' was not declared in this scope
         SerialUSB.print("<- ");
         ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp: In member function 'void RN2483::begin(long int, Uart*)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:299:9: error: invalid use of incomplete type 'class Uart'
     comm->begin(speed);
         ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp: In member function 'bool RN2483::available()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:308:17: error: invalid use of incomplete type 'class Uart'
      while (comm->available()) {
                 ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:310:34: error: invalid use of incomplete type 'class Uart'
          char inChar = (char)comm->read();
                                  ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/rn2483.cpp:23:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/lora/../rn2483.h:102:7: note: forward declaration of 'class Uart'
 class Uart;
       ^

examples/download

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:42:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:51:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();  // Default speed 57600
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:67:7: error: 'iotAntenna' was not declared in this scope
       iotAntenna.print(c);
       ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/download/download.ino:70:9: error: 'iotAntenna' was not declared in this scope
     if (iotAntenna.available()) {
         ^

examples/getChipInformation

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/getChipInformation/getChipInformation.ino:17:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/getChipInformation/getChipInformation.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/getChipInformation/getChipInformation.ino:26:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

examples/passthrough

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:18:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino: In function 'void ledBlink(int, bool, unsigned int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:32:31: error: 'ledYellowOneLight' was not declared in this scope
         ledYellowOneLight(HIGH); // turn the LED On by making the voltage HIGH  
                               ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:36:31: error: 'ledYellowTwoLight' was not declared in this scope
         ledYellowTwoLight(HIGH); // turn the LED On by making the voltage HIGH  
                               ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:47:26: error: 'ledYellowOneLight' was not declared in this scope
     ledYellowOneLight(LOW);
                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:48:26: error: 'ledYellowTwoLight' was not declared in this scope
     ledYellowTwoLight(LOW);   
                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/passthrough/passthrough.ino:52:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

examples/sendDataABP_console

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataABP_console/sendDataABP_console.ino:19:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataABP_console/sendDataABP_console.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataABP_console/sendDataABP_console.ino:46:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^

examples/sendDataOTA_console

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:20:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:49:26: error: 'ledYellowOneLight' was not declared in this scope
     ledYellowOneLight(LOW); // turn the LED off
                          ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:50:27: error: 'ledYellowTwoLight' was not declared in this scope
     ledYellowTwoLight(HIGH); // turn the LED on
                           ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:54:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/sendDataOTA_console/sendDataOTA_console.ino:156:34: error: 'ledYellowTwoLight' was not declared in this scope
            ledYellowTwoLight(HIGH); // turn the LED on
                                  ^

examples/storeConfiguration

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/storeConfiguration/storeConfiguration.ino:47:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/src/rn2483.h:127:50: error: 'iotAntenna' was not declared in this scope
     void begin(long speed = 57600, Uart *serial=&iotAntenna);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/storeConfiguration/storeConfiguration.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SmartEverything_Lion_RN2483/examples/storeConfiguration/storeConfiguration.ino:65:16: error: call to 'void RN2483::begin(long int, Uart*)' uses the default argument for parameter 2, which is not yet defined
     lora.begin();
                ^