TheThingsNetwork - compatibility matrix

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

TheThingsNetwork

Version: 2.7.2
More details

Compatibility matrix

Board Claims compatibility Inclusion
TheThingsMessage
Workshop
DeviceInfo
Receive
SendABP
QuickStart
ReceiveClassC
SendOTAA
Sensors
CayenneLPP
CheckModule
PassThrough
arduino:avr:uno
1.8.4
Yes PASS FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:mbed_nano:nanorp2040connect
2.7.2
Yes ⚠️ FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL PASS
arduino:megaavr:nona4809
1.8.7
Yes ⚠️ FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL PASS
arduino:samd:mkrwifi1010
1.8.12
Yes PASS FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL PASS
esp32:esp32:d1_mini32
1.0.6
Yes PASS FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL FAIL PASS

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: PASS

Sketch uses 444 bytes (1%) of program storage space. Maximum is 32256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.

examples/CayenneLPP

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CayenneLPP/CayenneLPP.ino:8:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CayenneLPP/CayenneLPP.ino:14:22: note: in expansion of macro 'loraSerial'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CayenneLPP/CayenneLPP.ino:8:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CayenneLPP/CayenneLPP.ino:14:22: note: in expansion of macro 'loraSerial'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CayenneLPP/CayenneLPP.ino:12:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CayenneLPP/CayenneLPP.ino:14:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CayenneLPP/CayenneLPP.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CayenneLPP/CayenneLPP.ino:8:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CayenneLPP/CayenneLPP.ino:19:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CayenneLPP/CayenneLPP.ino:8:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CayenneLPP/CayenneLPP.ino:19:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~

examples/CheckModule

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CheckModule/CheckModule.ino:8:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CheckModule/CheckModule.ino:14:22: note: in expansion of macro 'loraSerial'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CheckModule/CheckModule.ino:8:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CheckModule/CheckModule.ino:14:22: note: in expansion of macro 'loraSerial'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CheckModule/CheckModule.ino:12:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CheckModule/CheckModule.ino:14:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CheckModule/CheckModule.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CheckModule/CheckModule.ino:8:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CheckModule/CheckModule.ino:18:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CheckModule/CheckModule.ino:8:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CheckModule/CheckModule.ino:18:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~

examples/DeviceInfo

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/DeviceInfo/DeviceInfo.ino:3:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/DeviceInfo/DeviceInfo.ino:9:22: note: in expansion of macro 'loraSerial'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/DeviceInfo/DeviceInfo.ino:3:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/DeviceInfo/DeviceInfo.ino:9:22: note: in expansion of macro 'loraSerial'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/DeviceInfo/DeviceInfo.ino:7:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/DeviceInfo/DeviceInfo.ino:9:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/DeviceInfo/DeviceInfo.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/DeviceInfo/DeviceInfo.ino:3:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/DeviceInfo/DeviceInfo.ino:13:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/DeviceInfo/DeviceInfo.ino:3:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/DeviceInfo/DeviceInfo.ino:13:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~

examples/PassThrough

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/PassThrough/PassThrough.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/PassThrough/PassThrough.ino:11:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/PassThrough/PassThrough.ino:16:27: note: in expansion of macro 'loraSerial'
   while (!debugSerial || !loraSerial)
                           ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/PassThrough/PassThrough.ino:11:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/PassThrough/PassThrough.ino:16:27: note: in expansion of macro 'loraSerial'
   while (!debugSerial || !loraSerial)
                           ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/PassThrough/PassThrough.ino:11:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/PassThrough/PassThrough.ino:22:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/PassThrough/PassThrough.ino:11:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/PassThrough/PassThrough.ino:22:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/PassThrough/PassThrough.ino: In function 'void loop()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/PassThrough/PassThrough.ino:11:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/PassThrough/PassThrough.ino:29:5: note: in expansion of macro 'loraSerial'
     loraSerial.write(debugSerial.read());
     ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/PassThrough/PassThrough.ino:11:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/PassThrough/PassThrough.ino:29:5: note: in expansion of macro 'loraSerial'
     loraSerial.write(debugSerial.read());
     ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/PassThrough/PassThrough.ino:11:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/PassThrough/PassThrough.ino:31:10: note: in expansion of macro 'loraSerial'
   while (loraSerial.available())
          ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/PassThrough/PassThrough.ino:11:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/PassThrough/PassThrough.ino:31:10: note: in expansion of macro 'loraSerial'
   while (loraSerial.available())
          ^~~~~~~~~~

examples/QuickStart

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/QuickStart/QuickStart.ino:7:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/QuickStart/QuickStart.ino:13:22: note: in expansion of macro 'loraSerial'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/QuickStart/QuickStart.ino:7:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/QuickStart/QuickStart.ino:13:22: note: in expansion of macro 'loraSerial'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/QuickStart/QuickStart.ino:11:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/QuickStart/QuickStart.ino:13:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/QuickStart/QuickStart.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/QuickStart/QuickStart.ino:7:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/QuickStart/QuickStart.ino:17:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/QuickStart/QuickStart.ino:7:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/QuickStart/QuickStart.ino:17:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~

examples/Receive

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Receive/Receive.ino:7:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Receive/Receive.ino:13:22: note: in expansion of macro 'loraSerial'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Receive/Receive.ino:7:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Receive/Receive.ino:13:22: note: in expansion of macro 'loraSerial'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Receive/Receive.ino:11:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Receive/Receive.ino:13:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Receive/Receive.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Receive/Receive.ino:7:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Receive/Receive.ino:17:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Receive/Receive.ino:7:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Receive/Receive.ino:17:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~

examples/ReceiveClassC

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/ReceiveClassC/ReceiveClassC.ino:7:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/ReceiveClassC/ReceiveClassC.ino:13:22: note: in expansion of macro 'loraSerial'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/ReceiveClassC/ReceiveClassC.ino:7:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/ReceiveClassC/ReceiveClassC.ino:13:22: note: in expansion of macro 'loraSerial'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/ReceiveClassC/ReceiveClassC.ino:11:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/ReceiveClassC/ReceiveClassC.ino:13:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/ReceiveClassC/ReceiveClassC.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/ReceiveClassC/ReceiveClassC.ino:7:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/ReceiveClassC/ReceiveClassC.ino:17:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/ReceiveClassC/ReceiveClassC.ino:7:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/ReceiveClassC/ReceiveClassC.ino:17:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~

examples/SendABP

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendABP/SendABP.ino:8:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendABP/SendABP.ino:14:22: note: in expansion of macro 'loraSerial'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendABP/SendABP.ino:8:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendABP/SendABP.ino:14:22: note: in expansion of macro 'loraSerial'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendABP/SendABP.ino:12:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendABP/SendABP.ino:14:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendABP/SendABP.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendABP/SendABP.ino:8:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendABP/SendABP.ino:18:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendABP/SendABP.ino:8:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendABP/SendABP.ino:18:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~

examples/SendOTAA

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendOTAA/SendOTAA.ino:7:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendOTAA/SendOTAA.ino:13:22: note: in expansion of macro 'loraSerial'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendOTAA/SendOTAA.ino:7:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendOTAA/SendOTAA.ino:13:22: note: in expansion of macro 'loraSerial'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendOTAA/SendOTAA.ino:11:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendOTAA/SendOTAA.ino:13:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendOTAA/SendOTAA.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendOTAA/SendOTAA.ino:7:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendOTAA/SendOTAA.ino:17:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendOTAA/SendOTAA.ino:7:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendOTAA/SendOTAA.ino:17:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~

examples/Sensors

Result: FAIL


					
					

examples/TheThingsMessage

Result: FAIL


					
					

examples/Workshop

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Workshop/Workshop.ino:23:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Workshop/Workshop.ino:26:22: note: in expansion of macro 'loraSerial'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Workshop/Workshop.ino:23:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Workshop/Workshop.ino:26:22: note: in expansion of macro 'loraSerial'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                      ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Workshop/Workshop.ino:21:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Workshop/Workshop.ino:26:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Workshop/Workshop.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Workshop/Workshop.ino:23:20: error: 'Serial1' was not declared in this scope
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Workshop/Workshop.ino:31:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Workshop/Workshop.ino:23:20: note: suggested alternative: 'Serial'
 #define loraSerial Serial1
                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Workshop/Workshop.ino:31:3: note: in expansion of macro 'loraSerial'
   loraSerial.begin(57600);
   ^~~~~~~~~~

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

In file included from /tmp/arduino-testlib776987131/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/CayenneLPP

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CayenneLPP/CayenneLPP.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/CheckModule

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CheckModule/CheckModule.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/DeviceInfo

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/DeviceInfo/DeviceInfo.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/PassThrough

Result: PASS

Sketch uses 78884 bytes (0%) of program storage space. Maximum is 16777216 bytes.
Global variables use 43444 bytes (16%) of dynamic memory, leaving 226892 bytes for local variables. Maximum is 270336 bytes.

examples/QuickStart

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/QuickStart/QuickStart.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/Receive

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Receive/Receive.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/ReceiveClassC

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/ReceiveClassC/ReceiveClassC.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/SendABP

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendABP/SendABP.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/SendOTAA

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendOTAA/SendOTAA.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/Sensors

Result: FAIL


					
					

examples/TheThingsMessage

Result: FAIL


					
					

examples/Workshop

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Workshop/Workshop.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

In file included from /tmp/arduino-testlib776987131/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/CayenneLPP

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CayenneLPP/CayenneLPP.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/CheckModule

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CheckModule/CheckModule.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/DeviceInfo

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/DeviceInfo/DeviceInfo.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/PassThrough

Result: PASS

Sketch uses 3088 bytes (6%) of program storage space. Maximum is 49152 bytes.
Global variables use 332 bytes (5%) of dynamic memory, leaving 5812 bytes for local variables. Maximum is 6144 bytes.

examples/QuickStart

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/QuickStart/QuickStart.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/Receive

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Receive/Receive.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/ReceiveClassC

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/ReceiveClassC/ReceiveClassC.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/SendABP

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendABP/SendABP.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/SendOTAA

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendOTAA/SendOTAA.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

examples/Sensors

Result: FAIL


					
					

examples/TheThingsMessage

Result: FAIL


					
					

examples/Workshop

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Workshop/Workshop.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/src/TheThingsNetwork.h:12:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: PASS

Sketch uses 12156 bytes (4%) of program storage space. Maximum is 262144 bytes.
Global variables use 2996 bytes (9%) of dynamic memory, leaving 29772 bytes for local variables. Maximum is 32768 bytes.

examples/CayenneLPP

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CayenneLPP/CayenneLPP.ino:12:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CayenneLPP/CayenneLPP.ino:14:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^~~~~~~~

examples/CheckModule

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CheckModule/CheckModule.ino:12:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CheckModule/CheckModule.ino:14:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^~~~~~~~

examples/DeviceInfo

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/DeviceInfo/DeviceInfo.ino:7:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/DeviceInfo/DeviceInfo.ino:9:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^~~~~~~~

examples/PassThrough

Result: PASS

Sketch uses 12320 bytes (4%) of program storage space. Maximum is 262144 bytes.
Global variables use 2996 bytes (9%) of dynamic memory, leaving 29772 bytes for local variables. Maximum is 32768 bytes.

examples/QuickStart

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/QuickStart/QuickStart.ino:11:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/QuickStart/QuickStart.ino:13:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^~~~~~~~

examples/Receive

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Receive/Receive.ino:11:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Receive/Receive.ino:13:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^~~~~~~~

examples/ReceiveClassC

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/ReceiveClassC/ReceiveClassC.ino:11:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/ReceiveClassC/ReceiveClassC.ino:13:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^~~~~~~~

examples/SendABP

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendABP/SendABP.ino:12:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendABP/SendABP.ino:14:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^~~~~~~~

examples/SendOTAA

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendOTAA/SendOTAA.ino:11:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendOTAA/SendOTAA.ino:13:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^~~~~~~~

examples/Sensors

Result: FAIL


					
					

examples/TheThingsMessage

Result: FAIL


					
					

examples/Workshop

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Workshop/Workshop.ino:21:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Workshop/Workshop.ino:26:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^~~~~~~~

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: PASS

Sketch uses 200350 bytes (15%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13120 bytes (4%) of dynamic memory, leaving 314560 bytes for local variables. Maximum is 327680 bytes.

examples/CayenneLPP

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CayenneLPP/CayenneLPP.ino:12:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CayenneLPP/CayenneLPP.ino:14:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^

examples/CheckModule

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CheckModule/CheckModule.ino:12:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/CheckModule/CheckModule.ino:14:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^

examples/DeviceInfo

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/DeviceInfo/DeviceInfo.ino:7:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/DeviceInfo/DeviceInfo.ino:9:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^

examples/PassThrough

Result: PASS

Sketch uses 204498 bytes (15%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13416 bytes (4%) of dynamic memory, leaving 314264 bytes for local variables. Maximum is 327680 bytes.

examples/QuickStart

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/QuickStart/QuickStart.ino:11:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/QuickStart/QuickStart.ino:13:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^

examples/Receive

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Receive/Receive.ino:11:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Receive/Receive.ino:13:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^

examples/ReceiveClassC

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/ReceiveClassC/ReceiveClassC.ino:11:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/ReceiveClassC/ReceiveClassC.ino:13:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^

examples/SendABP

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendABP/SendABP.ino:12:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendABP/SendABP.ino:14:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^

examples/SendOTAA

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendOTAA/SendOTAA.ino:11:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/SendOTAA/SendOTAA.ino:13:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^

examples/Sensors

Result: FAIL


					
					

examples/TheThingsMessage

Result: FAIL


					
					

examples/Workshop

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Workshop/Workshop.ino:21:18: error: 'REPLACE_ME' was not declared in this scope
 #define freqPlan REPLACE_ME
                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TheThingsNetwork/examples/Workshop/Workshop.ino:26:47: note: in expansion of macro 'freqPlan'
 TheThingsNetwork ttn(loraSerial, debugSerial, freqPlan);
                                               ^