TridentTD_Linenotify - compatibility matrix

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

TridentTD_Linenotify

Version: 3.0.3
More details

Compatibility matrix

Board Claims compatibility Inclusion
03.SPIFFS_ImageFile_notify
04.SD_ImageFile_notify
05.CameraCapture_notify
06.FixedIP_LineNotify
01.LineNotify
02.MultipleTokens
arduino:avr:uno
1.8.4
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:mbed_nano:nanorp2040connect
2.7.2
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:megaavr:nona4809
1.8.7
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL
arduino:samd:mkrwifi1010
1.8.12
No FAIL FAIL FAIL FAIL FAIL FAIL FAIL
esp32:esp32:d1_mini32
1.0.6
Yes PASS PASS FAIL FAIL PASS PASS PASS

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

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

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:39:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(String, int, int, String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:92:58: error: 'fs' has not been declared
 bool TridentTD_LineNotify::notifyPicture(String message, fs::FS &fs, String path){
                                                          ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:92:65: error: expected ',' or '...' before '&' token
 bool TridentTD_LineNotify::notifyPicture(String message, fs::FS &fs, String path){
                                                                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: In member function 'bool TridentTD_LineNotify::notifyPicture(String, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:93:36: error: 'fs' was not declared in this scope
   return _notify(message, 0,0, "", fs, path);
                                    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:93:36: note: suggested alternative: 'ffs'
   return _notify(message, 0,0, "", fs, path);
                                    ^~
                                    ffs
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:93:40: error: 'path' was not declared in this scope
   return _notify(message, 0,0, "", fs, path);
                                        ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:93:40: note: suggested alternative: 'puts'
   return _notify(message, 0,0, "", fs, path);
                                        ^~~~
                                        puts
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: At global scope:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:42: error: 'bool TridentTD_LineNotify::notifyPicture' is not a static data member of 'class TridentTD_LineNotify'
 bool TridentTD_LineNotify::notifyPicture(fs::FS &fs, String path){
                                          ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:42: error: 'fs' has not been declared
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:50: error: 'fs' was not declared in this scope
 bool TridentTD_LineNotify::notifyPicture(fs::FS &fs, String path){
                                                  ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:50: note: suggested alternative: 'ffs'
 bool TridentTD_LineNotify::notifyPicture(fs::FS &fs, String path){
                                                  ^~
                                                  ffs
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:61: error: expected primary-expression before 'path'
 bool TridentTD_LineNotify::notifyPicture(fs::FS &fs, String path){
                                                             ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: In member function 'bool TridentTD_LineNotify::notifyPicture(String, uint8_t*, size_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:101:36: error: 'SPIFFS' was not declared in this scope
   return _notify(message, 0,0, "", SPIFFS, "", image_data, image_size);
                                    ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:101:36: note: suggested alternative: 'SPIF'
   return _notify(message, 0,0, "", SPIFFS, "", image_data, image_size);
                                    ^~~~~~
                                    SPIF
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: In member function 'bool TridentTD_LineNotify::notifyPicture(uint8_t*, size_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:105:31: error: 'SPIFFS' was not declared in this scope
   return _notify("", 0,0, "", SPIFFS, "", image_data, image_size);
                               ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:105:31: note: suggested alternative: 'SPIF'
   return _notify("", 0,0, "", SPIFFS, "", image_data, image_size);
                               ^~~~~~
                               SPIF
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: At global scope:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:108:109: error: 'fs' has not been declared
 bool TridentTD_LineNotify::_notify(String message, int StickerPackageID, int StickerID, String picture_url, fs::FS &fs, String path, uint8_t* image_data, size_t image_sz){
                                                                                                             ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:108:116: error: expected ',' or '...' before '&' token
 bool TridentTD_LineNotify::_notify(String message, int StickerPackageID, int StickerID, String picture_url, fs::FS &fs, String path, uint8_t* image_data, size_t image_sz){
                                                                                                                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: In member function 'bool TridentTD_LineNotify::_notify(String, int, int, String, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:109:6: error: 'WiFi' was not declared in this scope
   if(WiFi.status() != WL_CONNECTED) return false;
      ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:109:23: error: 'WL_CONNECTED' was not declared in this scope
   if(WiFi.status() != WL_CONNECTED) return false;
                       ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:126:8: error: '_clientSecure' was not declared in this scope
   if (!_clientSecure.connect("notify-api.line.me", 443)) {
        ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:133:3: error: 'File' was not declared in this scope
   File image_file;
   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:140:76: error: 'path' was not declared in this scope
       if( (StickerPackageID > 0 && StickerID > 0) || picture_url != "" ||  path != "" || (image_data !=NULL && image_sz >

examples/01.LineNotify

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:9:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(String, int, int, String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:19:3: error: 'WiFi' was not declared in this scope
   WiFi.begin(SSID, PASSWORD);
   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:20:10: error: 'class HardwareSerial' has no member named 'printf'; did you mean 'print'?
   Serial.printf("WiFi connecting to %s\n",  SSID);
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:21:26: error: 'WL_CONNECTED' was not declared in this scope
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:22:10: error: 'class HardwareSerial' has no member named 'printf'; did you mean 'print'?
   Serial.printf("\nWiFi connected\nIP : ");
          ^~~~~~
          print

examples/02.MultipleTokens

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/02.MultipleTokens/02.MultipleTokens.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(String, int, int, String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/02.MultipleTokens/02.MultipleTokens.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/02.MultipleTokens/02.MultipleTokens.ino:12:3: error: 'WiFi' was not declared in this scope
   WiFi.begin( SSID, PASSWORD );
   ^~~~

examples/03.SPIFFS_ImageFile_notify

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:6:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(String, int, int, String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:16:7: error: 'SPIFFS' was not declared in this scope
   if(!SPIFFS.begin()){
       ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:16:7: note: suggested alternative: 'SPIF'
   if(!SPIFFS.begin()){
       ^~~~~~
       SPIF
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:21:3: error: 'WiFi' was not declared in this scope
   WiFi.begin(SSID, PASSWORD);
   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:22:10: error: 'class HardwareSerial' has no member named 'printf'; did you mean 'print'?
   Serial.printf("WiFi connecting to %s\n",  SSID);
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:23:26: error: 'WL_CONNECTED' was not declared in this scope
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:24:10: error: 'class HardwareSerial' has no member named 'printf'; did you mean 'print'?
   Serial.printf("\nWiFi connected\nIP : ");
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:30:40: error: 'SPIFFS' was not declared in this scope
   LINE.notifyPicture("Hello My Tiger", SPIFFS, "/tiger.jpg");  // ใช้ได้ทั้ง ESP8266 และ ESP32
                                        ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:30:40: note: suggested alternative: 'SPIF'
   LINE.notifyPicture("Hello My Tiger", SPIFFS, "/tiger.jpg");  // ใช้ได้ทั้ง ESP8266 และ ESP32
                                        ^~~~~~
                                        SPIF

examples/04.SD_ImageFile_notify

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:17:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(String, int, int, String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:33:3: error: 'WiFi' was not declared in this scope
   WiFi.begin(SSID, PASSWORD);
   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:34:10: error: 'class HardwareSerial' has no member named 'printf'; did you mean 'print'?
   Serial.printf("WiFi connecting to %s\n",  SSID);
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:35:26: error: 'WL_CONNECTED' was not declared in this scope
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:36:10: error: 'class HardwareSerial' has no member named 'printf'; did you mean 'print'?
   Serial.printf("\nWiFi connected\nIP : ");
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:42:56: error: no matching function for call to 'TridentTD_LineNotify::notifyPicture(const char [15], SDLib::SDClass&, const char [11])'
   LINE.notifyPicture("Hello My Tiger", SD, "/tiger.jpg");   // สำหรับ ESP32 เท่านั้น
                                                        ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:17:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:90:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(String, String)
     bool    notifyPicture(String message, String picture_url);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:90:13: note:   candidate expects 2 arguments, 3 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:91:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(String)
     bool    notifyPicture(String picture_url);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:91:13: note:   candidate expects 1 argument, 3 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(String, int)
     bool    notifyPicture(String message, fs::FS &fs, String path);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:13: note:   candidate expects 2 arguments, 3 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(int)
     bool    notifyPicture(fs::FS &fs, String path);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:13: note:   candidate expects 1 argument, 3 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:98:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(String, uint8_t*, size_t)
     bool    notifyPicture(String message, uint8_t* image_data, size_t image_size);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:98:13: note:   no known conversion for argument 2 from 'SDLib::SDClass' to 'uint8_t* {aka unsigned char*}'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:99:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(uint8_t*, size_t)
     bool    notifyPicture(uint8_t* image_data, size_t image_size);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:99:13: note:   candidate expects 2 arguments, 3 provided

examples/05.CameraCapture_notify

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/05.CameraCapture_notify/05.CameraCapture_notify.ino:2:10: fatal error: OV2640.h: No such file or directory
 #include <OV2640.h>     // ติดตั้ง library กล้องให้เรียบร้อย https://github.com/LilyGO/ESP32-Camera
          ^~~~~~~~~~
compilation terminated.

examples/06.FixedIP_LineNotify

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:11:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(String, int, int, String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:17:1: error: 'IPAddress' does not name a type
 IPAddress fixed_ip   = {192,168,43,17};       // กำหนด IP เอง
 ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:18:1: error: 'IPAddress' does not name a type
 IPAddress gateway_ip = {192,168,43,1};        // เลือก Gateway IP ของเครือข่ายที่ออก internet ได้
 ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:19:1: error: 'IPAddress' does not name a type
 IPAddress subnet     = {255,255,255,0};
 ^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:25:3: error: 'WiFi' was not declared in this scope
   WiFi.config(fixed_ip, gateway_ip, subnet, gateway_ip);
   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:25:15: error: 'fixed_ip' was not declared in this scope
   WiFi.config(fixed_ip, gateway_ip, subnet, gateway_ip);
               ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:25:25: error: 'gateway_ip' was not declared in this scope
   WiFi.config(fixed_ip, gateway_ip, subnet, gateway_ip);
                         ^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:25:37: error: 'subnet' was not declared in this scope
   WiFi.config(fixed_ip, gateway_ip, subnet, gateway_ip);
                                     ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:25:37: note: suggested alternative: 'signed'
   WiFi.config(fixed_ip, gateway_ip, subnet, gateway_ip);
                                     ^~~~~~
                                     signed
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:27:10: error: 'class HardwareSerial' has no member named 'printf'; did you mean 'print'?
   Serial.printf("WiFi connecting to %s\n",  SSID);
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:28:26: error: 'WL_CONNECTED' was not declared in this scope
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:29:10: error: 'class HardwareSerial' has no member named 'printf'; did you mean 'print'?
   Serial.printf("\nWiFi connected\nIP : ");
          ^~~~~~
          print

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:39:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:92:58: error: 'fs' has not been declared
 bool TridentTD_LineNotify::notifyPicture(String message, fs::FS &fs, String path){
                                                          ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:92:65: error: expected ',' or '...' before '&' token
 bool TridentTD_LineNotify::notifyPicture(String message, fs::FS &fs, String path){
                                                                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: In member function 'bool TridentTD_LineNotify::notifyPicture(arduino::String, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:93:36: error: 'fs' was not declared in this scope
   return _notify(message, 0,0, "", fs, path);
                                    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:93:36: note: suggested alternative: 'fls'
   return _notify(message, 0,0, "", fs, path);
                                    ^~
                                    fls
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:93:40: error: 'path' was not declared in this scope
   return _notify(message, 0,0, "", fs, path);
                                        ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:93:40: note: suggested alternative: 'putw'
   return _notify(message, 0,0, "", fs, path);
                                        ^~~~
                                        putw
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: At global scope:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:42: error: 'bool TridentTD_LineNotify::notifyPicture' is not a static data member of 'class TridentTD_LineNotify'
 bool TridentTD_LineNotify::notifyPicture(fs::FS &fs, String path){
                                          ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:42: error: 'fs' has not been declared
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:50: error: 'fs' was not declared in this scope
 bool TridentTD_LineNotify::notifyPicture(fs::FS &fs, String path){
                                                  ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:50: note: suggested alternative: 'fls'
 bool TridentTD_LineNotify::notifyPicture(fs::FS &fs, String path){
                                                  ^~
                                                  fls
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:61: error: expected primary-expression before 'path'
 bool TridentTD_LineNotify::notifyPicture(fs::FS &fs, String path){
                                                             ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:65: error: expression list treated as compound expression in initializer [-fpermissive]
 bool TridentTD_LineNotify::notifyPicture(fs::FS &fs, String path){
                                                                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: In member function 'bool TridentTD_LineNotify::notifyPicture(arduino::String, uint8_t*, size_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:101:36: error: 'SPIFFS' was not declared in this scope
   return _notify(message, 0,0, "", SPIFFS, "", image_data, image_size);
                                    ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:101:36: note: suggested alternative: 'SPI_1'
   return _notify(message, 0,0, "", SPIFFS, "", image_data, image_size);
                                    ^~~~~~
                                    SPI_1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: In member function 'bool TridentTD_LineNotify::notifyPicture(uint8_t*, size_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:105:31: error: 'SPIFFS' was not declared in this scope
   return _notify("", 0,0, "", SPIFFS, "", image_data, image_size);
                               ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:105:31: note: suggested alternative: 'SPI_1'
   return _notify("", 0,0, "", SPIFFS, "", image_data, image_size);
                               ^~~~~~
                               SPI_1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: At global scope:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:108:109: error: 'fs' has not been declared
 bool TridentTD_LineNotify::_notify(String message, int StickerPackageID, int StickerID, String picture_url, fs::FS &fs, String path, uint8_t* image_data, size_t image_sz){
                                                                                                             ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:108:116: error: expected ',' or '...' before '&' token
 bool TridentTD_LineNotify::_notify(String message, int StickerPackageID, int StickerID, String picture_url, fs::FS &fs, String path, uint8_t* image_data, size_t image_sz){
                                                                                                                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: In member function 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:109:6: error: 'WiFi' was not declared in this scope
   if(WiFi.status() != WL_CONNECTED) return false;
      ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:109:23: error: 'WL_CONNECTED' was not declared in this scope
   if(WiFi.status() != WL_CONNECTED) return false;
                       ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:126:8: error: '_clientSecure' was not declared in this scope
   if (!_clientSecure.connect("notify-api.line.me", 443)) {
        ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linen

examples/01.LineNotify

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:9:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:19:3: error: 'WiFi' was not declared in this scope
   WiFi.begin(SSID, PASSWORD);
   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:20:10: error: 'class arduino::UART' has no member named 'printf'; did you mean 'print'?
   Serial.printf("WiFi connecting to %s\n",  SSID);
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:21:26: error: 'WL_CONNECTED' was not declared in this scope
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:22:10: error: 'class arduino::UART' has no member named 'printf'; did you mean 'print'?
   Serial.printf("\nWiFi connected\nIP : ");
          ^~~~~~
          print

examples/02.MultipleTokens

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/02.MultipleTokens/02.MultipleTokens.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/02.MultipleTokens/02.MultipleTokens.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/02.MultipleTokens/02.MultipleTokens.ino:12:3: error: 'WiFi' was not declared in this scope
   WiFi.begin( SSID, PASSWORD );
   ^~~~

examples/03.SPIFFS_ImageFile_notify

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:6:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:16:7: error: 'SPIFFS' was not declared in this scope
   if(!SPIFFS.begin()){
       ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:16:7: note: suggested alternative: 'SPI_1'
   if(!SPIFFS.begin()){
       ^~~~~~
       SPI_1
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:21:3: error: 'WiFi' was not declared in this scope
   WiFi.begin(SSID, PASSWORD);
   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:22:10: error: 'class arduino::UART' has no member named 'printf'; did you mean 'print'?
   Serial.printf("WiFi connecting to %s\n",  SSID);
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:23:26: error: 'WL_CONNECTED' was not declared in this scope
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:24:10: error: 'class arduino::UART' has no member named 'printf'; did you mean 'print'?
   Serial.printf("\nWiFi connected\nIP : ");
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:30:40: error: 'SPIFFS' was not declared in this scope
   LINE.notifyPicture("Hello My Tiger", SPIFFS, "/tiger.jpg");  // ใช้ได้ทั้ง ESP8266 และ ESP32
                                        ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:30:40: note: suggested alternative: 'SPI_1'
   LINE.notifyPicture("Hello My Tiger", SPIFFS, "/tiger.jpg");  // ใช้ได้ทั้ง ESP8266 และ ESP32
                                        ^~~~~~
                                        SPI_1

examples/04.SD_ImageFile_notify

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:17:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:33:3: error: 'WiFi' was not declared in this scope
   WiFi.begin(SSID, PASSWORD);
   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:34:10: error: 'class arduino::UART' has no member named 'printf'; did you mean 'print'?
   Serial.printf("WiFi connecting to %s\n",  SSID);
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:35:26: error: 'WL_CONNECTED' was not declared in this scope
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:36:10: error: 'class arduino::UART' has no member named 'printf'; did you mean 'print'?
   Serial.printf("\nWiFi connected\nIP : ");
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:42:56: error: no matching function for call to 'TridentTD_LineNotify::notifyPicture(const char [15], SDLib::SDClass&, const char [11])'
   LINE.notifyPicture("Hello My Tiger", SD, "/tiger.jpg");   // สำหรับ ESP32 เท่านั้น
                                                        ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:17:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:90:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(arduino::String, arduino::String)
     bool    notifyPicture(String message, String picture_url);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:90:13: note:   candidate expects 2 arguments, 3 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:91:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(arduino::String)
     bool    notifyPicture(String picture_url);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:91:13: note:   candidate expects 1 argument, 3 provided
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:17:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(arduino::String, int)
     bool    notifyPicture(String message, fs::FS &fs, String path);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:13: note:   candidate expects 2 arguments, 3 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(int)
     bool    notifyPicture(fs::FS &fs, String path);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:13: note:   candidate expects 1 argument, 3 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:98:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(arduino::String, uint8_t*, size_t)
     bool    notifyPicture(String message, uint8_t* image_data, size_t image_size);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:98:13: note:   no known conversion for argument 2 from 'SDLib::SDClass' to 'uint8_t* {aka unsigned char*}'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:99:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(uint8_t*, size_t)
     bool    notifyPicture(uint8_t* image_data, size_t image_size);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:99:13: note:   candidate expects 2 arguments, 3 provided

examples/05.CameraCapture_notify

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/05.CameraCapture_notify/05.CameraCapture_notify.ino:2:10: fatal error: OV2640.h: No such file or directory
 #include <OV2640.h>     // ติดตั้ง library กล้องให้เรียบร้อย https://github.com/LilyGO/ESP32-Camera
          ^~~~~~~~~~
compilation terminated.

examples/06.FixedIP_LineNotify

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on mbed_nano architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:11:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:25:3: error: 'WiFi' was not declared in this scope
   WiFi.config(fixed_ip, gateway_ip, subnet, gateway_ip);
   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:27:10: error: 'class arduino::UART' has no member named 'printf'; did you mean 'print'?
   Serial.printf("WiFi connecting to %s\n",  SSID);
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:28:26: error: 'WL_CONNECTED' was not declared in this scope
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:29:10: error: 'class arduino::UART' has no member named 'printf'; did you mean 'print'?
   Serial.printf("\nWiFi connected\nIP : ");
          ^~~~~~
          print

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:39:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:92:58: error: 'fs' has not been declared
 bool TridentTD_LineNotify::notifyPicture(String message, fs::FS &fs, String path){
                                                          ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:92:65: error: expected ',' or '...' before '&' token
 bool TridentTD_LineNotify::notifyPicture(String message, fs::FS &fs, String path){
                                                                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: In member function 'bool TridentTD_LineNotify::notifyPicture(arduino::String, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:93:36: error: 'fs' was not declared in this scope
   return _notify(message, 0,0, "", fs, path);
                                    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:93:36: note: suggested alternative: 'ffs'
   return _notify(message, 0,0, "", fs, path);
                                    ^~
                                    ffs
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:93:40: error: 'path' was not declared in this scope
   return _notify(message, 0,0, "", fs, path);
                                        ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:93:40: note: suggested alternative: 'puts'
   return _notify(message, 0,0, "", fs, path);
                                        ^~~~
                                        puts
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: At global scope:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:42: error: 'bool TridentTD_LineNotify::notifyPicture' is not a static data member of 'class TridentTD_LineNotify'
 bool TridentTD_LineNotify::notifyPicture(fs::FS &fs, String path){
                                          ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:42: error: 'fs' has not been declared
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:50: error: 'fs' was not declared in this scope
 bool TridentTD_LineNotify::notifyPicture(fs::FS &fs, String path){
                                                  ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:50: note: suggested alternative: 'ffs'
 bool TridentTD_LineNotify::notifyPicture(fs::FS &fs, String path){
                                                  ^~
                                                  ffs
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:61: error: expected primary-expression before 'path'
 bool TridentTD_LineNotify::notifyPicture(fs::FS &fs, String path){
                                                             ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: In member function 'bool TridentTD_LineNotify::notifyPicture(arduino::String, uint8_t*, size_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:101:36: error: 'SPIFFS' was not declared in this scope
   return _notify(message, 0,0, "", SPIFFS, "", image_data, image_size);
                                    ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:101:36: note: suggested alternative: 'SPI_t'
   return _notify(message, 0,0, "", SPIFFS, "", image_data, image_size);
                                    ^~~~~~
                                    SPI_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: In member function 'bool TridentTD_LineNotify::notifyPicture(uint8_t*, size_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:105:31: error: 'SPIFFS' was not declared in this scope
   return _notify("", 0,0, "", SPIFFS, "", image_data, image_size);
                               ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:105:31: note: suggested alternative: 'SPI_t'
   return _notify("", 0,0, "", SPIFFS, "", image_data, image_size);
                               ^~~~~~
                               SPI_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: At global scope:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:108:109: error: 'fs' has not been declared
 bool TridentTD_LineNotify::_notify(String message, int StickerPackageID, int StickerID, String picture_url, fs::FS &fs, String path, uint8_t* image_data, size_t image_sz){
                                                                                                             ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:108:116: error: expected ',' or '...' before '&' token
 bool TridentTD_LineNotify::_notify(String message, int StickerPackageID, int StickerID, String picture_url, fs::FS &fs, String path, uint8_t* image_data, size_t image_sz){
                                                                                                                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: In member function 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:109:6: error: 'WiFi' was not declared in this scope
   if(WiFi.status() != WL_CONNECTED) return false;
      ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:109:23: error: 'WL_CONNECTED' was not declared in this scope
   if(WiFi.status() != WL_CONNECTED) return false;
                       ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:109:23: note: suggested alternative: 'F_CPU_CORRECTED'
   if(WiFi.status() != WL_CONNECTED) return false;
                       ^~~~~~~~~~~~
                       F_CPU_CORRECTED
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:126:8: error: '_clientSecure' was not declared in this scope
   if (!_clientSecure.connect("notify-api.line.me", 443)) {
        ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:133:3: error

examples/01.LineNotify

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:9:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:19:3: error: 'WiFi' was not declared in this scope
   WiFi.begin(SSID, PASSWORD);
   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:20:10: error: 'class UartClass' has no member named 'printf'; did you mean 'print'?
   Serial.printf("WiFi connecting to %s\n",  SSID);
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:21:26: error: 'WL_CONNECTED' was not declared in this scope
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:21:26: note: suggested alternative: 'F_CPU_CORRECTED'
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
                          F_CPU_CORRECTED
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:22:10: error: 'class UartClass' has no member named 'printf'; did you mean 'print'?
   Serial.printf("\nWiFi connected\nIP : ");
          ^~~~~~
          print

examples/02.MultipleTokens

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/02.MultipleTokens/02.MultipleTokens.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/02.MultipleTokens/02.MultipleTokens.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/02.MultipleTokens/02.MultipleTokens.ino:12:3: error: 'WiFi' was not declared in this scope
   WiFi.begin( SSID, PASSWORD );
   ^~~~

examples/03.SPIFFS_ImageFile_notify

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:6:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:16:7: error: 'SPIFFS' was not declared in this scope
   if(!SPIFFS.begin()){
       ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:16:7: note: suggested alternative: 'SPI_t'
   if(!SPIFFS.begin()){
       ^~~~~~
       SPI_t
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:21:3: error: 'WiFi' was not declared in this scope
   WiFi.begin(SSID, PASSWORD);
   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:22:10: error: 'class UartClass' has no member named 'printf'; did you mean 'print'?
   Serial.printf("WiFi connecting to %s\n",  SSID);
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:23:26: error: 'WL_CONNECTED' was not declared in this scope
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:23:26: note: suggested alternative: 'F_CPU_CORRECTED'
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
                          F_CPU_CORRECTED
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:24:10: error: 'class UartClass' has no member named 'printf'; did you mean 'print'?
   Serial.printf("\nWiFi connected\nIP : ");
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:30:40: error: 'SPIFFS' was not declared in this scope
   LINE.notifyPicture("Hello My Tiger", SPIFFS, "/tiger.jpg");  // ใช้ได้ทั้ง ESP8266 และ ESP32
                                        ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:30:40: note: suggested alternative: 'SPI_t'
   LINE.notifyPicture("Hello My Tiger", SPIFFS, "/tiger.jpg");  // ใช้ได้ทั้ง ESP8266 และ ESP32
                                        ^~~~~~
                                        SPI_t

examples/04.SD_ImageFile_notify

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:17:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:33:3: error: 'WiFi' was not declared in this scope
   WiFi.begin(SSID, PASSWORD);
   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:34:10: error: 'class UartClass' has no member named 'printf'; did you mean 'print'?
   Serial.printf("WiFi connecting to %s\n",  SSID);
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:35:26: error: 'WL_CONNECTED' was not declared in this scope
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:36:10: error: 'class UartClass' has no member named 'printf'; did you mean 'print'?
   Serial.printf("\nWiFi connected\nIP : ");
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:42:56: error: no matching function for call to 'TridentTD_LineNotify::notifyPicture(const char [15], SDLib::SDClass&, const char [11])'
   LINE.notifyPicture("Hello My Tiger", SD, "/tiger.jpg");   // สำหรับ ESP32 เท่านั้น
                                                        ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:17:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:90:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(arduino::String, arduino::String)
     bool    notifyPicture(String message, String picture_url);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:90:13: note:   candidate expects 2 arguments, 3 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:91:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(arduino::String)
     bool    notifyPicture(String picture_url);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:91:13: note:   candidate expects 1 argument, 3 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(arduino::String, int)
     bool    notifyPicture(String message, fs::FS &fs, String path);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:13: note:   candidate expects 2 arguments, 3 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(int)
     bool    notifyPicture(fs::FS &fs, String path);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:13: note:   candidate expects 1 argument, 3 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:98:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(arduino::String, uint8_t*, size_t)
     bool    notifyPicture(String message, uint8_t* image_data, size_t image_size);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:98:13: note:   no known conversion for argument 2 from 'SDLib::SDClass' to 'uint8_t* {aka unsigned char*}'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:99:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(uint8_t*, size_t)
     bool    notifyPicture(uint8_t* image_data, size_t image_size);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:99:13: note:   candidate expects 2 arguments, 3 provided

examples/05.CameraCapture_notify

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/05.CameraCapture_notify/05.CameraCapture_notify.ino:2:10: fatal error: OV2640.h: No such file or directory
 #include <OV2640.h>     // ติดตั้ง library กล้องให้เรียบร้อย https://github.com/LilyGO/ESP32-Camera
          ^~~~~~~~~~
compilation terminated.

examples/06.FixedIP_LineNotify

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:11:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:25:3: error: 'WiFi' was not declared in this scope
   WiFi.config(fixed_ip, gateway_ip, subnet, gateway_ip);
   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:27:10: error: 'class UartClass' has no member named 'printf'; did you mean 'print'?
   Serial.printf("WiFi connecting to %s\n",  SSID);
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:28:26: error: 'WL_CONNECTED' was not declared in this scope
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:28:26: note: suggested alternative: 'F_CPU_CORRECTED'
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
                          F_CPU_CORRECTED
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:29:10: error: 'class UartClass' has no member named 'printf'; did you mean 'print'?
   Serial.printf("\nWiFi connected\nIP : ");
          ^~~~~~
          print

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

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

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:39:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:92:58: error: 'fs' has not been declared
 bool TridentTD_LineNotify::notifyPicture(String message, fs::FS &fs, String path){
                                                          ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:92:65: error: expected ',' or '...' before '&' token
 bool TridentTD_LineNotify::notifyPicture(String message, fs::FS &fs, String path){
                                                                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: In member function 'bool TridentTD_LineNotify::notifyPicture(arduino::String, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:93:36: error: 'fs' was not declared in this scope
   return _notify(message, 0,0, "", fs, path);
                                    ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:93:36: note: suggested alternative: 'fls'
   return _notify(message, 0,0, "", fs, path);
                                    ^~
                                    fls
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:93:40: error: 'path' was not declared in this scope
   return _notify(message, 0,0, "", fs, path);
                                        ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:93:40: note: suggested alternative: 'putw'
   return _notify(message, 0,0, "", fs, path);
                                        ^~~~
                                        putw
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: At global scope:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:42: error: 'bool TridentTD_LineNotify::notifyPicture' is not a static data member of 'class TridentTD_LineNotify'
 bool TridentTD_LineNotify::notifyPicture(fs::FS &fs, String path){
                                          ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:42: error: 'fs' has not been declared
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:50: error: 'fs' was not declared in this scope
 bool TridentTD_LineNotify::notifyPicture(fs::FS &fs, String path){
                                                  ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:50: note: suggested alternative: 'fls'
 bool TridentTD_LineNotify::notifyPicture(fs::FS &fs, String path){
                                                  ^~
                                                  fls
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:61: error: expected primary-expression before 'path'
 bool TridentTD_LineNotify::notifyPicture(fs::FS &fs, String path){
                                                             ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:96:65: error: expression list treated as compound expression in initializer [-fpermissive]
 bool TridentTD_LineNotify::notifyPicture(fs::FS &fs, String path){
                                                                 ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: In member function 'bool TridentTD_LineNotify::notifyPicture(arduino::String, uint8_t*, size_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:101:36: error: 'SPIFFS' was not declared in this scope
   return _notify(message, 0,0, "", SPIFFS, "", image_data, image_size);
                                    ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:101:36: note: suggested alternative: 'SPIWIFI'
   return _notify(message, 0,0, "", SPIFFS, "", image_data, image_size);
                                    ^~~~~~
                                    SPIWIFI
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: In member function 'bool TridentTD_LineNotify::notifyPicture(uint8_t*, size_t)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:105:31: error: 'SPIFFS' was not declared in this scope
   return _notify("", 0,0, "", SPIFFS, "", image_data, image_size);
                               ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:105:31: note: suggested alternative: 'SPIWIFI'
   return _notify("", 0,0, "", SPIFFS, "", image_data, image_size);
                               ^~~~~~
                               SPIWIFI
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: At global scope:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:108:109: error: 'fs' has not been declared
 bool TridentTD_LineNotify::_notify(String message, int StickerPackageID, int StickerID, String picture_url, fs::FS &fs, String path, uint8_t* image_data, size_t image_sz){
                                                                                                             ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:108:116: error: expected ',' or '...' before '&' token
 bool TridentTD_LineNotify::_notify(String message, int StickerPackageID, int StickerID, String picture_url, fs::FS &fs, String path, uint8_t* image_data, size_t image_sz){
                                                                                                                    ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp: In member function 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:109:6: error: 'WiFi' was not declared in this scope
   if(WiFi.status() != WL_CONNECTED) return false;
      ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:109:23: error: 'WL_CONNECTED' was not declared in this scope
   if(WiFi.status() != WL_CONNECTED) return false;
                       ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.cpp:109:23: note: suggested alternative: 'UHD_STATE_CONNECTED'
   if(WiFi.status() != WL_CONNECTED) return false;
                       ^~~~~~~~~~~~
                       UHD_STATE_CONNECTED
/home/ec2-user/arduino-t

examples/01.LineNotify

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:9:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:19:3: error: 'WiFi' was not declared in this scope
   WiFi.begin(SSID, PASSWORD);
   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:20:10: error: 'class Serial_' has no member named 'printf'; did you mean 'print'?
   Serial.printf("WiFi connecting to %s\n",  SSID);
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:21:26: error: 'WL_CONNECTED' was not declared in this scope
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:21:26: note: suggested alternative: 'UHD_STATE_CONNECTED'
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
                          UHD_STATE_CONNECTED
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/01.LineNotify/01.LineNotify.ino:22:10: error: 'class Serial_' has no member named 'printf'; did you mean 'print'?
   Serial.printf("\nWiFi connected\nIP : ");
          ^~~~~~
          print

examples/02.MultipleTokens

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/02.MultipleTokens/02.MultipleTokens.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/02.MultipleTokens/02.MultipleTokens.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/02.MultipleTokens/02.MultipleTokens.ino:12:3: error: 'WiFi' was not declared in this scope
   WiFi.begin( SSID, PASSWORD );
   ^~~~

examples/03.SPIFFS_ImageFile_notify

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:6:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:16:7: error: 'SPIFFS' was not declared in this scope
   if(!SPIFFS.begin()){
       ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:16:7: note: suggested alternative: 'SPIWIFI'
   if(!SPIFFS.begin()){
       ^~~~~~
       SPIWIFI
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:21:3: error: 'WiFi' was not declared in this scope
   WiFi.begin(SSID, PASSWORD);
   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:22:10: error: 'class Serial_' has no member named 'printf'; did you mean 'print'?
   Serial.printf("WiFi connecting to %s\n",  SSID);
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:23:26: error: 'WL_CONNECTED' was not declared in this scope
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:23:26: note: suggested alternative: 'UHD_STATE_CONNECTED'
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
                          UHD_STATE_CONNECTED
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:24:10: error: 'class Serial_' has no member named 'printf'; did you mean 'print'?
   Serial.printf("\nWiFi connected\nIP : ");
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:30:40: error: 'SPIFFS' was not declared in this scope
   LINE.notifyPicture("Hello My Tiger", SPIFFS, "/tiger.jpg");  // ใช้ได้ทั้ง ESP8266 และ ESP32
                                        ^~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/03.SPIFFS_ImageFile_notify/03.SPIFFS_ImageFile_notify.ino:30:40: note: suggested alternative: 'SPIWIFI'
   LINE.notifyPicture("Hello My Tiger", SPIFFS, "/tiger.jpg");  // ใช้ได้ทั้ง ESP8266 และ ESP32
                                        ^~~~~~
                                        SPIWIFI

examples/04.SD_ImageFile_notify

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:17:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:33:3: error: 'WiFi' was not declared in this scope
   WiFi.begin(SSID, PASSWORD);
   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:34:10: error: 'class Serial_' has no member named 'printf'; did you mean 'print'?
   Serial.printf("WiFi connecting to %s\n",  SSID);
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:35:26: error: 'WL_CONNECTED' was not declared in this scope
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:36:10: error: 'class Serial_' has no member named 'printf'; did you mean 'print'?
   Serial.printf("\nWiFi connected\nIP : ");
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:42:56: error: no matching function for call to 'TridentTD_LineNotify::notifyPicture(const char [15], SDLib::SDClass&, const char [11])'
   LINE.notifyPicture("Hello My Tiger", SD, "/tiger.jpg");   // สำหรับ ESP32 เท่านั้น
                                                        ^
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:17:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:90:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(arduino::String, arduino::String)
     bool    notifyPicture(String message, String picture_url);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:90:13: note:   candidate expects 2 arguments, 3 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:91:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(arduino::String)
     bool    notifyPicture(String picture_url);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:91:13: note:   candidate expects 1 argument, 3 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(arduino::String, int)
     bool    notifyPicture(String message, fs::FS &fs, String path);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:13: note:   candidate expects 2 arguments, 3 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(int)
     bool    notifyPicture(fs::FS &fs, String path);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:13: note:   candidate expects 1 argument, 3 provided
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:98:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(arduino::String, uint8_t*, size_t)
     bool    notifyPicture(String message, uint8_t* image_data, size_t image_size);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:98:13: note:   no known conversion for argument 2 from 'SDLib::SDClass' to 'uint8_t* {aka unsigned char*}'
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:99:13: note: candidate: bool TridentTD_LineNotify::notifyPicture(uint8_t*, size_t)
     bool    notifyPicture(uint8_t* image_data, size_t image_size);
             ^~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:99:13: note:   candidate expects 2 arguments, 3 provided

examples/05.CameraCapture_notify

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/05.CameraCapture_notify/05.CameraCapture_notify.ino:2:10: fatal error: OV2640.h: No such file or directory
 #include <OV2640.h>     // ติดตั้ง library กล้องให้เรียบร้อย https://github.com/LilyGO/ESP32-Camera
          ^~~~~~~~~~
compilation terminated.

examples/06.FixedIP_LineNotify

Result: FAIL

WARNING: library TridentTD_Linenotify claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:11:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:43: error: 'fs' has not been declared
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:94:50: error: expected ',' or '...' before '&' token
     bool    notifyPicture(String message, fs::FS &fs, String path);
                                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:27: error: 'fs' has not been declared
     bool    notifyPicture(fs::FS &fs, String path);
                           ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:95:34: error: expected ',' or '...' before '&' token
     bool    notifyPicture(fs::FS &fs, String path);
                                  ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:105: error: 'fs' has not been declared
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                         ^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:112: error: expected ',' or '...' before '&' token
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                                                                                                                ^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/src/TridentTD_LineNotify.h:105:17: error: default argument missing for parameter 5 of 'bool TridentTD_LineNotify::_notify(arduino::String, int, int, arduino::String, int)'
     bool        _notify(String message, int StickerPackageID=0, int StickerID=0, String picture_url="", fs::FS &fs=SPIFFS , String path="", uint8_t* image_data=NULL, size_t image_size=0);
                 ^~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:25:3: error: 'WiFi' was not declared in this scope
   WiFi.config(fixed_ip, gateway_ip, subnet, gateway_ip);
   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:27:10: error: 'class Serial_' has no member named 'printf'; did you mean 'print'?
   Serial.printf("WiFi connecting to %s\n",  SSID);
          ^~~~~~
          print
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:28:26: error: 'WL_CONNECTED' was not declared in this scope
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:28:26: note: suggested alternative: 'UHD_STATE_CONNECTED'
   while(WiFi.status() != WL_CONNECTED) { Serial.print("."); delay(400); }
                          ^~~~~~~~~~~~
                          UHD_STATE_CONNECTED
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/06.FixedIP_LineNotify/06.FixedIP_LineNotify.ino:29:10: error: 'class Serial_' has no member named 'printf'; did you mean 'print'?
   Serial.printf("\nWiFi connected\nIP : ");
          ^~~~~~
          print

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: PASS

Sketch uses 266762 bytes (20%) of program storage space. Maximum is 1310720 bytes.
Global variables use 13680 bytes (4%) of dynamic memory, leaving 314000 bytes for local variables. Maximum is 327680 bytes.

examples/01.LineNotify

Result: PASS

Sketch uses 874198 bytes (66%) of program storage space. Maximum is 1310720 bytes.
Global variables use 38784 bytes (11%) of dynamic memory, leaving 288896 bytes for local variables. Maximum is 327680 bytes.

examples/02.MultipleTokens

Result: PASS

Sketch uses 871206 bytes (66%) of program storage space. Maximum is 1310720 bytes.
Global variables use 38784 bytes (11%) of dynamic memory, leaving 288896 bytes for local variables. Maximum is 327680 bytes.

examples/03.SPIFFS_ImageFile_notify

Result: PASS

Sketch uses 900130 bytes (68%) of program storage space. Maximum is 1310720 bytes.
Global variables use 38792 bytes (11%) of dynamic memory, leaving 288888 bytes for local variables. Maximum is 327680 bytes.

examples/04.SD_ImageFile_notify

Result: FAIL

In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/utility/Sd2Card.h:26:0,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/utility/SdFat.h:29,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/SD.h:20,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/04.SD_ImageFile_notify/04.SD_ImageFile_notify.ino:18:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD/src/utility/Sd2PinMap.h:524:2: error: #error Architecture or board not supported.
 #error Architecture or board not supported.
  ^
Multiple libraries were found for "WiFi.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiEspAT
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiNINA
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi
Multiple libraries were found for "WiFiClientSecure.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/libraries/WiFiClientSecure
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi
Multiple libraries were found for "SD.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/SD
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/libraries/SD

examples/05.CameraCapture_notify

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/TridentTD_Linenotify/examples/05.CameraCapture_notify/05.CameraCapture_notify.ino:2:148: fatal error: OV2640.h: No such file or directory
compilation terminated.
Multiple libraries were found for "WiFi.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/libraries/WiFi
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFi
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiEspAT
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiNINA
Multiple libraries were found for "WiFiClientSecure.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/libraries/WiFiClientSecure
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi

examples/06.FixedIP_LineNotify

Result: PASS

Sketch uses 875074 bytes (66%) of program storage space. Maximum is 1310720 bytes.
Global variables use 38808 bytes (11%) of dynamic memory, leaving 288872 bytes for local variables. Maximum is 327680 bytes.