OTAWrapper - compatibility matrix

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

OTAWrapper

Version: 1.2.0
More details

Compatibility matrix

Board Claims compatibility Inclusion
OTAWrapperM5Stack
OTAWrapperSimple
OTAWrapperWiFiManager
arduino:avr:uno
1.8.4
No FAIL FAIL FAIL FAIL
arduino:mbed_nano:nanorp2040connect
2.7.2
No FAIL FAIL FAIL FAIL
arduino:megaavr:nona4809
1.8.7
No FAIL FAIL FAIL FAIL
arduino:samd:mkrwifi1010
1.8.12
No FAIL FAIL FAIL FAIL
esp32:esp32:d1_mini32
1.0.6
No ⚠️ PASS FAIL PASS PASS

Compilation logs

arduino:avr:uno @ 1.8.4

Inclusion

Result: FAIL

WARNING: library OTAWrapper 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 /private/tmp/arduino-testlib256195703/test/test.ino:1:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:20:5: error: 'ota_error_t' does not name a type; did you mean 'strerror'?
     ota_error_t last_error;
     ^~~~~~~~~~~
     strerror
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:40:25: error: 'ota_error_t' has not been declared
    String errorToString(ota_error_t error);
                         ^~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:41:4: error: 'ota_error_t' does not name a type; did you mean 'strerror'?
    ota_error_t getLastError();
    ^~~~~~~~~~~
    strerror

examples/OTAWrapperM5Stack

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/M5Stack/src/Fonts/Font16.c:10:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.
Multiple libraries were found for "WiFi.h"
  Used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/WiFi
  Not used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/WiFiNINA
  Not used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi
  Not used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/WiFiEspAT

examples/OTAWrapperSimple

Result: FAIL

WARNING: library OTAWrapper 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 /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:3:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:20:5: error: 'ota_error_t' does not name a type; did you mean 'strerror'?
     ota_error_t last_error;
     ^~~~~~~~~~~
     strerror
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:40:25: error: 'ota_error_t' has not been declared
    String errorToString(ota_error_t error);
                         ^~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:41:4: error: 'ota_error_t' does not name a type; did you mean 'strerror'?
    ota_error_t getLastError();
    ^~~~~~~~~~~
    strerror
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino: In function 'bool connectToWiFi(const char*, const char*, int)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:26:3: error: 'WiFi' was not declared in this scope
   WiFi.mode(WIFI_STA);
   ^~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:26:13: error: 'WIFI_STA' was not declared in this scope
   WiFi.mode(WIFI_STA);
             ^~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:26:13: note: suggested alternative: 'WIFI_PWD'
   WiFi.mode(WIFI_STA);
             ^~~~~~~~
             WIFI_PWD
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino: In function 'bool isWiFiConnected()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:38:10: error: 'WiFi' was not declared in this scope
   return WiFi.status() == WL_CONNECTED;
          ^~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:38:27: error: 'WL_CONNECTED' was not declared in this scope
   return WiFi.status() == WL_CONNECTED;
                           ^~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino: In function 'void setup()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:85:9: error: 'ESP' was not declared in this scope
         ESP.restart();
         ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:85:9: note: suggested alternative: 'SP'
         ESP.restart();
         ^~~
         SP

examples/OTAWrapperWiFiManager

Result: FAIL

WARNING: library OTAWrapper claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on avr architecture(s).
WARNING: library WiFiManager 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 /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:3:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:20:5: error: 'ota_error_t' does not name a type; did you mean 'strerror'?
     ota_error_t last_error;
     ^~~~~~~~~~~
     strerror
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:40:25: error: 'ota_error_t' has not been declared
    String errorToString(ota_error_t error);
                         ^~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:41:4: error: 'ota_error_t' does not name a type; did you mean 'strerror'?
    ota_error_t getLastError();
    ^~~~~~~~~~~
    strerror
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:16:1: error: 'WiFiManager' does not name a type; did you mean 'WiFiManager_h'?
 WiFiManager wifiManager;
 ^~~~~~~~~~~
 WiFiManager_h
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino: In function 'void wifiSetup()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:23:3: error: 'wifiManager' was not declared in this scope
   wifiManager.setAPCallback([] (WiFiManager * myWiFiManager) {
   ^~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:23:3: note: suggested alternative: 'WiFiManager_h'
   wifiManager.setAPCallback([] (WiFiManager * myWiFiManager) {
   ^~~~~~~~~~~
   WiFiManager_h
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:23:33: error: 'WiFiManager' has not been declared
   wifiManager.setAPCallback([] (WiFiManager * myWiFiManager) {
                                 ^~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino: In lambda function:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:25:20: error: 'WiFi' was not declared in this scope
     Serial.println(WiFi.softAPIP());
                    ^~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:26:35: error: request for member 'getConfigPortalSSID' in '* myWiFiManager', which is of non-class type 'int'
     Serial.println(myWiFiManager->getConfigPortalSSID());
                                   ^~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino: In function 'void wifiSetup()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:30:5: error: 'ESP' was not declared in this scope
     ESP.restart();
     ^~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:30:5: note: suggested alternative: 'SP'
     ESP.restart();
     ^~~
     SP
Multiple libraries were found for "WiFiManager.h"
  Used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/WiFiManager
  Not used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/WhareHauoraWiFiManager

arduino:mbed_nano:nanorp2040connect @ 2.7.2

Inclusion

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ArduinoOTA/src/utility/rp2_flash_boot.c:25:10: fatal error: RP2040.h: No such file or directory
 #include <RP2040.h> // CMSIS
          ^~~~~~~~~~
compilation terminated.

examples/OTAWrapperM5Stack

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M5Stack/src/Fonts/Font16.c:10:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.
Multiple libraries were found for "WiFi.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/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

examples/OTAWrapperSimple

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ArduinoOTA/src/utility/rp2_flash_boot.c:25:10: fatal error: RP2040.h: No such file or directory
 #include <RP2040.h> // CMSIS
          ^~~~~~~~~~
compilation terminated.

examples/OTAWrapperWiFiManager

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ArduinoOTA/src/utility/rp2_flash_boot.c:25:10: fatal error: RP2040.h: No such file or directory
 #include <RP2040.h> // CMSIS
          ^~~~~~~~~~
compilation terminated.
Multiple libraries were found for "WiFiManager.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiManager
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WhareHauoraWiFiManager

arduino:megaavr:nona4809 @ 1.8.7

Inclusion

Result: FAIL

WARNING: library OTAWrapper 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 /tmp/arduino-testlib3184620540/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:20:5: error: 'ota_error_t' does not name a type; did you mean 'strerror'?
     ota_error_t last_error;
     ^~~~~~~~~~~
     strerror
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:40:25: error: 'ota_error_t' has not been declared
    String errorToString(ota_error_t error);
                         ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:41:4: error: 'ota_error_t' does not name a type; did you mean 'strerror'?
    ota_error_t getLastError();
    ^~~~~~~~~~~
    strerror

examples/OTAWrapperM5Stack

Result: FAIL

/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/M5Stack/src/Fonts/Font16.c:10:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.
Multiple libraries were found for "WiFi.h"
  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/WiFiNINA
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiEspAT

examples/OTAWrapperSimple

Result: FAIL

WARNING: library OTAWrapper 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/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:3:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:20:5: error: 'ota_error_t' does not name a type; did you mean 'strerror'?
     ota_error_t last_error;
     ^~~~~~~~~~~
     strerror
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:40:25: error: 'ota_error_t' has not been declared
    String errorToString(ota_error_t error);
                         ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:41:4: error: 'ota_error_t' does not name a type; did you mean 'strerror'?
    ota_error_t getLastError();
    ^~~~~~~~~~~
    strerror
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino: In function 'bool connectToWiFi(const char*, const char*, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:26:3: error: 'WiFi' was not declared in this scope
   WiFi.mode(WIFI_STA);
   ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:26:13: error: 'WIFI_STA' was not declared in this scope
   WiFi.mode(WIFI_STA);
             ^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:26:13: note: suggested alternative: 'WIFI_SSID'
   WiFi.mode(WIFI_STA);
             ^~~~~~~~
             WIFI_SSID
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino: In function 'bool isWiFiConnected()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:38:10: error: 'WiFi' was not declared in this scope
   return WiFi.status() == WL_CONNECTED;
          ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:38:27: error: 'WL_CONNECTED' was not declared in this scope
   return WiFi.status() == WL_CONNECTED;
                           ^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:38:27: note: suggested alternative: 'F_CPU_CORRECTED'
   return WiFi.status() == WL_CONNECTED;
                           ^~~~~~~~~~~~
                           F_CPU_CORRECTED
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:85:9: error: 'ESP' was not declared in this scope
         ESP.restart();
         ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:85:9: note: suggested alternative: 'SP'
         ESP.restart();
         ^~~
         SP

examples/OTAWrapperWiFiManager

Result: FAIL

WARNING: library OTAWrapper claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
WARNING: library WiFiManager 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/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:3:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:20:5: error: 'ota_error_t' does not name a type; did you mean 'strerror'?
     ota_error_t last_error;
     ^~~~~~~~~~~
     strerror
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:40:25: error: 'ota_error_t' has not been declared
    String errorToString(ota_error_t error);
                         ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:41:4: error: 'ota_error_t' does not name a type; did you mean 'strerror'?
    ota_error_t getLastError();
    ^~~~~~~~~~~
    strerror
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:16:1: error: 'WiFiManager' does not name a type; did you mean 'WiFiManager_h'?
 WiFiManager wifiManager;
 ^~~~~~~~~~~
 WiFiManager_h
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino: In function 'void wifiSetup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:23:3: error: 'wifiManager' was not declared in this scope
   wifiManager.setAPCallback([] (WiFiManager * myWiFiManager) {
   ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:23:3: note: suggested alternative: 'WiFiManager_h'
   wifiManager.setAPCallback([] (WiFiManager * myWiFiManager) {
   ^~~~~~~~~~~
   WiFiManager_h
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:23:33: error: 'WiFiManager' has not been declared
   wifiManager.setAPCallback([] (WiFiManager * myWiFiManager) {
                                 ^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino: In lambda function:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:25:20: error: 'WiFi' was not declared in this scope
     Serial.println(WiFi.softAPIP());
                    ^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:26:35: error: request for member 'getConfigPortalSSID' in '* myWiFiManager', which is of non-class type 'int'
     Serial.println(myWiFiManager->getConfigPortalSSID());
                                   ^~~~~~~~~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino: In function 'void wifiSetup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:30:5: error: 'ESP' was not declared in this scope
     ESP.restart();
     ^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:30:5: note: suggested alternative: 'SP'
     ESP.restart();
     ^~~
     SP
Multiple libraries were found for "WiFiManager.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiManager
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WhareHauoraWiFiManager

arduino:samd:mkrwifi1010 @ 1.8.12

Inclusion

Result: FAIL

WARNING: library OTAWrapper 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 /private/tmp/arduino-testlib256195703/test/test.ino:1:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:20:5: error: 'ota_error_t' does not name a type; did you mean 'strerror_r'?
     ota_error_t last_error;
     ^~~~~~~~~~~
     strerror_r
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:40:25: error: 'ota_error_t' has not been declared
    String errorToString(ota_error_t error);
                         ^~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:41:4: error: 'ota_error_t' does not name a type; did you mean 'strerror_r'?
    ota_error_t getLastError();
    ^~~~~~~~~~~
    strerror_r

examples/OTAWrapperM5Stack

Result: FAIL

/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/M5Stack/src/Fonts/Font16.c:10:10: fatal error: pgmspace.h: No such file or directory
 #include <pgmspace.h>
          ^~~~~~~~~~~~
compilation terminated.
Multiple libraries were found for "WiFi.h"
  Used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/WiFi
  Not used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/WiFiNINA
  Not used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/WiFiEspAT
  Not used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi

examples/OTAWrapperSimple

Result: FAIL

WARNING: library OTAWrapper 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 /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:3:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:20:5: error: 'ota_error_t' does not name a type; did you mean 'strerror_r'?
     ota_error_t last_error;
     ^~~~~~~~~~~
     strerror_r
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:40:25: error: 'ota_error_t' has not been declared
    String errorToString(ota_error_t error);
                         ^~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:41:4: error: 'ota_error_t' does not name a type; did you mean 'strerror_r'?
    ota_error_t getLastError();
    ^~~~~~~~~~~
    strerror_r
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino: In function 'bool connectToWiFi(const char*, const char*, int)':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:26:3: error: 'WiFi' was not declared in this scope
   WiFi.mode(WIFI_STA);
   ^~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:26:13: error: 'WIFI_STA' was not declared in this scope
   WiFi.mode(WIFI_STA);
             ^~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:26:13: note: suggested alternative: 'WIFI_PWD'
   WiFi.mode(WIFI_STA);
             ^~~~~~~~
             WIFI_PWD
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino: In function 'bool isWiFiConnected()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:38:10: error: 'WiFi' was not declared in this scope
   return WiFi.status() == WL_CONNECTED;
          ^~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:38:27: error: 'WL_CONNECTED' was not declared in this scope
   return WiFi.status() == WL_CONNECTED;
                           ^~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:38:27: note: suggested alternative: 'UHD_STATE_CONNECTED'
   return WiFi.status() == WL_CONNECTED;
                           ^~~~~~~~~~~~
                           UHD_STATE_CONNECTED
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino: In function 'void setup()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperSimple/OTAWrapperSimple.ino:85:9: error: 'ESP' was not declared in this scope
         ESP.restart();
         ^~~

examples/OTAWrapperWiFiManager

Result: FAIL

WARNING: library OTAWrapper claims to run on esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on samd architecture(s).
WARNING: library WiFiManager 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 /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:3:0:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:20:5: error: 'ota_error_t' does not name a type; did you mean 'strerror_r'?
     ota_error_t last_error;
     ^~~~~~~~~~~
     strerror_r
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:40:25: error: 'ota_error_t' has not been declared
    String errorToString(ota_error_t error);
                         ^~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/src/OTAWrapper.h:41:4: error: 'ota_error_t' does not name a type; did you mean 'strerror_r'?
    ota_error_t getLastError();
    ^~~~~~~~~~~
    strerror_r
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:16:1: error: 'WiFiManager' does not name a type; did you mean 'WiFiManager_h'?
 WiFiManager wifiManager;
 ^~~~~~~~~~~
 WiFiManager_h
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino: In function 'void wifiSetup()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:23:3: error: 'wifiManager' was not declared in this scope
   wifiManager.setAPCallback([] (WiFiManager * myWiFiManager) {
   ^~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:23:3: note: suggested alternative: 'WiFiManager_h'
   wifiManager.setAPCallback([] (WiFiManager * myWiFiManager) {
   ^~~~~~~~~~~
   WiFiManager_h
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:23:33: error: 'WiFiManager' has not been declared
   wifiManager.setAPCallback([] (WiFiManager * myWiFiManager) {
                                 ^~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino: In lambda function:
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:25:20: error: 'WiFi' was not declared in this scope
     Serial.println(WiFi.softAPIP());
                    ^~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:26:35: error: request for member 'getConfigPortalSSID' in '* myWiFiManager', which is of non-class type 'int'
     Serial.println(myWiFiManager->getConfigPortalSSID());
                                   ^~~~~~~~~~~~~~~~~~~
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino: In function 'void wifiSetup()':
/Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperWiFiManager/OTAWrapperWiFiManager.ino:30:5: error: 'ESP' was not declared in this scope
     ESP.restart();
     ^~~
Multiple libraries were found for "WiFiManager.h"
  Used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/WiFiManager
  Not used: /Users/alranel/Documents/git/arduino/arduino-testlib/cli-datadir/user/libraries/WhareHauoraWiFiManager

esp32:esp32:d1_mini32 @ 1.0.6

Inclusion

Result: PASS

Sketch uses 352662 bytes (26%) of program storage space. Maximum is 1310720 bytes.
Global variables use 17632 bytes (5%) of dynamic memory, leaving 310048 bytes for local variables. Maximum is 327680 bytes.

examples/OTAWrapperM5Stack

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/M5Stack/src/M5Stack.h:106,
                 from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/OTAWrapper/examples/OTAWrapperM5Stack/OTAWrapperM5Stack.ino:4:
/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 "ArduinoOTA.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/libraries/ArduinoOTA
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ArduinoOTA
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/WiFi
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/WiFiNINA
Multiple libraries were found for "HTTPClient.h"
  Used: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/libraries/HTTPClient
  Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi
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/OTAWrapperSimple

Result: PASS

Sketch uses 760834 bytes (58%) of program storage space. Maximum is 1310720 bytes.
Global variables use 42388 bytes (12%) of dynamic memory, leaving 285292 bytes for local variables. Maximum is 327680 bytes.

examples/OTAWrapperWiFiManager

Result: PASS

Sketch uses 863278 bytes (65%) of program storage space. Maximum is 1310720 bytes.
Global variables use 43144 bytes (13%) of dynamic memory, leaving 284536 bytes for local variables. Maximum is 327680 bytes.