This report was generated on Wednesday, 23-Feb-22 22:48:15 CET using arduino-testlib.
Version: 1.2.2
More details
| Board | Claims compatibility | Inclusion | DebugMacroExample |
TelnetServerExample |
TelnetServerWithWiFiManager |
|---|---|---|---|---|---|
|
arduino:avr:uno
1.8.4 |
Yes ⚠️ | FAIL | FAIL | FAIL | FAIL |
|
arduino:mbed_nano:nanorp2040connect
2.7.2 |
Yes ⚠️ | FAIL | FAIL | FAIL | FAIL |
|
arduino:megaavr:nona4809
1.8.7 |
Yes ⚠️ | FAIL | FAIL | FAIL | FAIL |
|
arduino:samd:mkrwifi1010
1.8.12 |
Yes ⚠️ | FAIL | FAIL | FAIL | FAIL |
|
esp32:esp32:d1_mini32
1.0.6 |
Yes | PASS | PASS | PASS | FAIL |
Result: FAIL
In file included from /tmp/arduino-testlib2248780947/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:47:5: error: 'WiFiServer' does not name a type
WiFiServer server = WiFiServer(23);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:48:5: error: 'WiFiClient' does not name a type
WiFiClient client;
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:54:28: error: 'WiFiClient' has not been declared
bool isClientConnected(WiFiClient client);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:64:19: error: 'IPAddress' has not been declared
bool _isIPSet(IPAddress ip);
^~~~~~~~~
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:15:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:47:5: error: 'WiFiServer' does not name a type
WiFiServer server = WiFiServer(23);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:48:5: error: 'WiFiClient' does not name a type
WiFiClient client;
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:54:28: error: 'WiFiClient' has not been declared
bool isClientConnected(WiFiClient client);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:64:19: error: 'IPAddress' has not been declared
bool _isIPSet(IPAddress ip);
^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino: In function 'bool isConnected()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:43:11: error: 'WiFi' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:43:28: error: 'WL_CONNECTED' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino: In function 'bool connectToWiFi(const char*, const char*, int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:50:3: error: 'WiFi' was not declared in this scope
WiFi.mode(WIFI_STA);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:50:13: error: 'WIFI_STA' was not declared in this scope
WiFi.mode(WIFI_STA);
^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:50:13: note: suggested alternative: 'WIFI_SSID'
WiFi.mode(WIFI_STA);
^~~~~~~~
WIFI_SSID
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:17:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:15:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:87:13: error: 'WiFi' was not declared in this scope
DEBUG_MSG(WiFi.localIP().toString());
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/DebugMacros.h:32:88: note: in definition of macro 'DEBUG_SER_MSG'
#define DEBUG_SER_MSG(x) DEBUG_SERIAL.print(DEBUG_PREFIX); DEBUG_SERIAL.println(x)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:87:3: note: in expansion of macro 'DEBUG_MSG'
DEBUG_MSG(WiFi.localIP().toString());
^~~~~~~~~
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:3:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:47:5: error: 'WiFiServer' does not name a type
WiFiServer server = WiFiServer(23);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:48:5: error: 'WiFiClient' does not name a type
WiFiClient client;
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:54:28: error: 'WiFiClient' has not been declared
bool isClientConnected(WiFiClient client);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:64:19: error: 'IPAddress' has not been declared
bool _isIPSet(IPAddress ip);
^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:14:1: error: 'IPAddress' does not name a type
IPAddress ip;
^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino: In function 'bool isConnected()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:31:11: error: 'WiFi' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:31:28: error: 'WL_CONNECTED' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino: In function 'bool connectToWiFi(const char*, const char*, int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:38:3: error: 'WiFi' was not declared in this scope
WiFi.mode(WIFI_STA);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:38:13: error: 'WIFI_STA' was not declared in this scope
WiFi.mode(WIFI_STA);
^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:38:13: note: suggested alternative: 'WIFI_SSID'
WiFi.mode(WIFI_STA);
^~~~~~~~
WIFI_SSID
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino: In function 'void errorMsg(String, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:60:5: error: 'ESP' was not declared in this scope
ESP.restart();
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:60:5: note: suggested alternative: 'SP'
ESP.restart();
^~~
SP
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:130:5: error: 'ip' was not declared in this scope
ip = WiFi.localIP();
^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:130:10: error: 'WiFi' was not declared in this scope
ip = WiFi.localIP();
^~~~
Result: FAIL
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 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:4:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:47:5: error: 'WiFiServer' does not name a type
WiFiServer server = WiFiServer(23);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:48:5: error: 'WiFiClient' does not name a type
WiFiClient client;
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:54:28: error: 'WiFiClient' has not been declared
bool isClientConnected(WiFiClient client);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:64:19: error: 'IPAddress' has not been declared
bool _isIPSet(IPAddress ip);
^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:20:1: error: 'IPAddress' does not name a type
IPAddress ip;
^~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:21: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/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'bool isConnected()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:38:11: error: 'WiFi' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:38:28: error: 'WL_CONNECTED' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'void useWiFiManager()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:45:3: error: 'wifiManager' was not declared in this scope
wifiManager.setDebugOutput(false);
^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:45:3: note: suggested alternative: 'WiFiManager_h'
wifiManager.setDebugOutput(false);
^~~~~~~~~~~
WiFiManager_h
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:47:33: error: 'WiFiManager' has not been declared
wifiManager.setAPCallback([] (WiFiManager *myWiFiManager) {
^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In lambda function:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:50: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/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:51:20: error: 'WiFi' was not declared in this scope
Serial.println(WiFi.softAPIP());
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'void useWiFiManager()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:59:5: error: 'ESP' was not declared in this scope
ESP.reset();
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:59:5: note: suggested alternative: 'SP'
ESP.reset();
^~~
SP
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'void errorMsg(String, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:71:5: error: 'ESP' was not declared in this scope
ESP.restart();
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:71:5: note: suggested alternative: 'SP'
ESP.restart();
^~~
SP
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:141:5: error: 'ip' was not declared in this scope
ip = WiFi.localIP();
^~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:141:10: error: 'WiFi' was not declared in this scope
ip = WiFi.localIP();
^~~~
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
Result: FAIL
In file included from /tmp/arduino-testlib103422370/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:47:5: error: 'WiFiServer' does not name a type
WiFiServer server = WiFiServer(23);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:48:5: error: 'WiFiClient' does not name a type; did you mean 'DNSClient'?
WiFiClient client;
^~~~~~~~~~
DNSClient
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:54:28: error: 'WiFiClient' has not been declared
bool isClientConnected(WiFiClient client);
^~~~~~~~~~
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:15:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:47:5: error: 'WiFiServer' does not name a type
WiFiServer server = WiFiServer(23);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:48:5: error: 'WiFiClient' does not name a type; did you mean 'DNSClient'?
WiFiClient client;
^~~~~~~~~~
DNSClient
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:54:28: error: 'WiFiClient' has not been declared
bool isClientConnected(WiFiClient client);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino: In function 'bool isConnected()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:43:11: error: 'WiFi' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:43:28: error: 'WL_CONNECTED' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino: In function 'bool connectToWiFi(const char*, const char*, int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:50:3: error: 'WiFi' was not declared in this scope
WiFi.mode(WIFI_STA);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:50:13: error: 'WIFI_STA' was not declared in this scope
WiFi.mode(WIFI_STA);
^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:50:13: note: suggested alternative: 'WIFI_SSID'
WiFi.mode(WIFI_STA);
^~~~~~~~
WIFI_SSID
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:17:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:15:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:87:13: error: 'WiFi' was not declared in this scope
DEBUG_MSG(WiFi.localIP().toString());
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/DebugMacros.h:32:88: note: in definition of macro 'DEBUG_SER_MSG'
#define DEBUG_SER_MSG(x) DEBUG_SERIAL.print(DEBUG_PREFIX); DEBUG_SERIAL.println(x)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:87:3: note: in expansion of macro 'DEBUG_MSG'
DEBUG_MSG(WiFi.localIP().toString());
^~~~~~~~~
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:3:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:47:5: error: 'WiFiServer' does not name a type
WiFiServer server = WiFiServer(23);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:48:5: error: 'WiFiClient' does not name a type; did you mean 'DNSClient'?
WiFiClient client;
^~~~~~~~~~
DNSClient
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:54:28: error: 'WiFiClient' has not been declared
bool isClientConnected(WiFiClient client);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino: In function 'bool isConnected()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:31:11: error: 'WiFi' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:31:28: error: 'WL_CONNECTED' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino: In function 'bool connectToWiFi(const char*, const char*, int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:38:3: error: 'WiFi' was not declared in this scope
WiFi.mode(WIFI_STA);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:38:13: error: 'WIFI_STA' was not declared in this scope
WiFi.mode(WIFI_STA);
^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:38:13: note: suggested alternative: 'WIFI_SSID'
WiFi.mode(WIFI_STA);
^~~~~~~~
WIFI_SSID
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino: In function 'void errorMsg(arduino::String, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:60:5: error: 'ESP' was not declared in this scope
ESP.restart();
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:130:10: error: 'WiFi' was not declared in this scope
ip = WiFi.localIP();
^~~~
Result: FAIL
WARNING: library WiFiManager 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/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:4:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:47:5: error: 'WiFiServer' does not name a type
WiFiServer server = WiFiServer(23);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:48:5: error: 'WiFiClient' does not name a type; did you mean 'DNSClient'?
WiFiClient client;
^~~~~~~~~~
DNSClient
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:54:28: error: 'WiFiClient' has not been declared
bool isClientConnected(WiFiClient client);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:21: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/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'bool isConnected()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:38:11: error: 'WiFi' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:38:28: error: 'WL_CONNECTED' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'void useWiFiManager()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:45:3: error: 'wifiManager' was not declared in this scope
wifiManager.setDebugOutput(false);
^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:45:3: note: suggested alternative: 'WiFiManager_h'
wifiManager.setDebugOutput(false);
^~~~~~~~~~~
WiFiManager_h
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:47:33: error: 'WiFiManager' has not been declared
wifiManager.setAPCallback([] (WiFiManager *myWiFiManager) {
^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In lambda function:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:50: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/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:51:20: error: 'WiFi' was not declared in this scope
Serial.println(WiFi.softAPIP());
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'void useWiFiManager()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:59:5: error: 'ESP' was not declared in this scope
ESP.reset();
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'void errorMsg(arduino::String, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:71:5: error: 'ESP' was not declared in this scope
ESP.restart();
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:141:10: error: 'WiFi' was not declared in this scope
ip = WiFi.localIP();
^~~~
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
Result: FAIL
In file included from /tmp/arduino-testlib103422370/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:47:5: error: 'WiFiServer' does not name a type
WiFiServer server = WiFiServer(23);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:48:5: error: 'WiFiClient' does not name a type; did you mean 'DNSClient'?
WiFiClient client;
^~~~~~~~~~
DNSClient
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:54:28: error: 'WiFiClient' has not been declared
bool isClientConnected(WiFiClient client);
^~~~~~~~~~
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:15:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:47:5: error: 'WiFiServer' does not name a type
WiFiServer server = WiFiServer(23);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:48:5: error: 'WiFiClient' does not name a type; did you mean 'DNSClient'?
WiFiClient client;
^~~~~~~~~~
DNSClient
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:54:28: error: 'WiFiClient' has not been declared
bool isClientConnected(WiFiClient client);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino: In function 'bool isConnected()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:43:11: error: 'WiFi' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:43:28: error: 'WL_CONNECTED' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:43:28: note: suggested alternative: 'F_CPU_CORRECTED'
return (WiFi.status() == WL_CONNECTED);
^~~~~~~~~~~~
F_CPU_CORRECTED
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino: In function 'bool connectToWiFi(const char*, const char*, int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:50:3: error: 'WiFi' was not declared in this scope
WiFi.mode(WIFI_STA);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:50:13: error: 'WIFI_STA' was not declared in this scope
WiFi.mode(WIFI_STA);
^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:50:13: note: suggested alternative: 'WIFI_SSID'
WiFi.mode(WIFI_STA);
^~~~~~~~
WIFI_SSID
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:17:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:15:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:87:13: error: 'WiFi' was not declared in this scope
DEBUG_MSG(WiFi.localIP().toString());
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/DebugMacros.h:32:88: note: in definition of macro 'DEBUG_SER_MSG'
#define DEBUG_SER_MSG(x) DEBUG_SERIAL.print(DEBUG_PREFIX); DEBUG_SERIAL.println(x)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:87:3: note: in expansion of macro 'DEBUG_MSG'
DEBUG_MSG(WiFi.localIP().toString());
^~~~~~~~~
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:3:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:47:5: error: 'WiFiServer' does not name a type
WiFiServer server = WiFiServer(23);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:48:5: error: 'WiFiClient' does not name a type; did you mean 'DNSClient'?
WiFiClient client;
^~~~~~~~~~
DNSClient
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:54:28: error: 'WiFiClient' has not been declared
bool isClientConnected(WiFiClient client);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino: In function 'bool isConnected()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:31:11: error: 'WiFi' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:31:28: error: 'WL_CONNECTED' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:31:28: note: suggested alternative: 'F_CPU_CORRECTED'
return (WiFi.status() == WL_CONNECTED);
^~~~~~~~~~~~
F_CPU_CORRECTED
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino: In function 'bool connectToWiFi(const char*, const char*, int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:38:3: error: 'WiFi' was not declared in this scope
WiFi.mode(WIFI_STA);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:38:13: error: 'WIFI_STA' was not declared in this scope
WiFi.mode(WIFI_STA);
^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:38:13: note: suggested alternative: 'WIFI_SSID'
WiFi.mode(WIFI_STA);
^~~~~~~~
WIFI_SSID
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino: In function 'void errorMsg(arduino::String, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:60:5: error: 'ESP' was not declared in this scope
ESP.restart();
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:60:5: note: suggested alternative: 'SP'
ESP.restart();
^~~
SP
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:130:10: error: 'WiFi' was not declared in this scope
ip = WiFi.localIP();
^~~~
Result: FAIL
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/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:4:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:47:5: error: 'WiFiServer' does not name a type
WiFiServer server = WiFiServer(23);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:48:5: error: 'WiFiClient' does not name a type; did you mean 'DNSClient'?
WiFiClient client;
^~~~~~~~~~
DNSClient
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:54:28: error: 'WiFiClient' has not been declared
bool isClientConnected(WiFiClient client);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:21: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/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'bool isConnected()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:38:11: error: 'WiFi' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:38:28: error: 'WL_CONNECTED' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:38:28: note: suggested alternative: 'F_CPU_CORRECTED'
return (WiFi.status() == WL_CONNECTED);
^~~~~~~~~~~~
F_CPU_CORRECTED
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'void useWiFiManager()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:45:3: error: 'wifiManager' was not declared in this scope
wifiManager.setDebugOutput(false);
^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:45:3: note: suggested alternative: 'WiFiManager_h'
wifiManager.setDebugOutput(false);
^~~~~~~~~~~
WiFiManager_h
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:47:33: error: 'WiFiManager' has not been declared
wifiManager.setAPCallback([] (WiFiManager *myWiFiManager) {
^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In lambda function:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:50: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/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:51:20: error: 'WiFi' was not declared in this scope
Serial.println(WiFi.softAPIP());
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'void useWiFiManager()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:59:5: error: 'ESP' was not declared in this scope
ESP.reset();
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:59:5: note: suggested alternative: 'SP'
ESP.reset();
^~~
SP
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'void errorMsg(arduino::String, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:71:5: error: 'ESP' was not declared in this scope
ESP.restart();
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:71:5: note: suggested alternative: 'SP'
ESP.restart();
^~~
SP
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:141:10: error: 'WiFi' was not declared in this scope
ip = WiFi.localIP();
^~~~
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
Result: FAIL
In file included from /tmp/arduino-testlib2248780947/test/test.ino:1:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:47:5: error: 'WiFiServer' does not name a type
WiFiServer server = WiFiServer(23);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:48:5: error: 'WiFiClient' does not name a type; did you mean 'DNSClient'?
WiFiClient client;
^~~~~~~~~~
DNSClient
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:54:28: error: 'WiFiClient' has not been declared
bool isClientConnected(WiFiClient client);
^~~~~~~~~~
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:15:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:47:5: error: 'WiFiServer' does not name a type
WiFiServer server = WiFiServer(23);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:48:5: error: 'WiFiClient' does not name a type; did you mean 'DNSClient'?
WiFiClient client;
^~~~~~~~~~
DNSClient
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:54:28: error: 'WiFiClient' has not been declared
bool isClientConnected(WiFiClient client);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino: In function 'bool isConnected()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:43:11: error: 'WiFi' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:43:28: error: 'WL_CONNECTED' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:43:28: note: suggested alternative: 'UHD_STATE_CONNECTED'
return (WiFi.status() == WL_CONNECTED);
^~~~~~~~~~~~
UHD_STATE_CONNECTED
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino: In function 'bool connectToWiFi(const char*, const char*, int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:50:3: error: 'WiFi' was not declared in this scope
WiFi.mode(WIFI_STA);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:50:13: error: 'WIFI_STA' was not declared in this scope
WiFi.mode(WIFI_STA);
^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:50:13: note: suggested alternative: 'WIFI_SSID'
WiFi.mode(WIFI_STA);
^~~~~~~~
WIFI_SSID
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:17:0,
from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:15:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:87:13: error: 'WiFi' was not declared in this scope
DEBUG_MSG(WiFi.localIP().toString());
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/DebugMacros.h:32:88: note: in definition of macro 'DEBUG_SER_MSG'
#define DEBUG_SER_MSG(x) DEBUG_SERIAL.print(DEBUG_PREFIX); DEBUG_SERIAL.println(x)
^
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/DebugMacroExample/DebugMacroExample.ino:87:3: note: in expansion of macro 'DEBUG_MSG'
DEBUG_MSG(WiFi.localIP().toString());
^~~~~~~~~
Result: FAIL
In file included from /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:3:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:47:5: error: 'WiFiServer' does not name a type
WiFiServer server = WiFiServer(23);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:48:5: error: 'WiFiClient' does not name a type; did you mean 'DNSClient'?
WiFiClient client;
^~~~~~~~~~
DNSClient
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:54:28: error: 'WiFiClient' has not been declared
bool isClientConnected(WiFiClient client);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino: In function 'bool isConnected()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:31:11: error: 'WiFi' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:31:28: error: 'WL_CONNECTED' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:31:28: note: suggested alternative: 'UHD_STATE_CONNECTED'
return (WiFi.status() == WL_CONNECTED);
^~~~~~~~~~~~
UHD_STATE_CONNECTED
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino: In function 'bool connectToWiFi(const char*, const char*, int, int)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:38:3: error: 'WiFi' was not declared in this scope
WiFi.mode(WIFI_STA);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:38:13: error: 'WIFI_STA' was not declared in this scope
WiFi.mode(WIFI_STA);
^~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:38:13: note: suggested alternative: 'WIFI_SSID'
WiFi.mode(WIFI_STA);
^~~~~~~~
WIFI_SSID
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino: In function 'void errorMsg(arduino::String, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:60:5: error: 'ESP' was not declared in this scope
ESP.restart();
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerExample/TelnetServerExample.ino:130:10: error: 'WiFi' was not declared in this scope
ip = WiFi.localIP();
^~~~
Result: FAIL
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 /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:4:0:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:47:5: error: 'WiFiServer' does not name a type
WiFiServer server = WiFiServer(23);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:48:5: error: 'WiFiClient' does not name a type; did you mean 'DNSClient'?
WiFiClient client;
^~~~~~~~~~
DNSClient
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/src/ESPTelnet.h:54:28: error: 'WiFiClient' has not been declared
bool isClientConnected(WiFiClient client);
^~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:21: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/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'bool isConnected()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:38:11: error: 'WiFi' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:38:28: error: 'WL_CONNECTED' was not declared in this scope
return (WiFi.status() == WL_CONNECTED);
^~~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:38:28: note: suggested alternative: 'UHD_STATE_CONNECTED'
return (WiFi.status() == WL_CONNECTED);
^~~~~~~~~~~~
UHD_STATE_CONNECTED
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'void useWiFiManager()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:45:3: error: 'wifiManager' was not declared in this scope
wifiManager.setDebugOutput(false);
^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:45:3: note: suggested alternative: 'WiFiManager_h'
wifiManager.setDebugOutput(false);
^~~~~~~~~~~
WiFiManager_h
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:47:33: error: 'WiFiManager' has not been declared
wifiManager.setAPCallback([] (WiFiManager *myWiFiManager) {
^~~~~~~~~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In lambda function:
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:50: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/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:51:20: error: 'WiFi' was not declared in this scope
Serial.println(WiFi.softAPIP());
^~~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'void useWiFiManager()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:59:5: error: 'ESP' was not declared in this scope
ESP.reset();
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'void errorMsg(arduino::String, bool)':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:71:5: error: 'ESP' was not declared in this scope
ESP.restart();
^~~
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'void setup()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:141:10: error: 'WiFi' was not declared in this scope
ip = WiFi.localIP();
^~~~
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
Result: PASS
Sketch uses 204774 bytes (15%) of program storage space. Maximum is 1310720 bytes. Global variables use 13288 bytes (4%) of dynamic memory, leaving 314392 bytes for local variables. Maximum is 327680 bytes.
Result: PASS
Sketch uses 656018 bytes (50%) of program storage space. Maximum is 1310720 bytes. Global variables use 38044 bytes (11%) of dynamic memory, leaving 289636 bytes for local variables. Maximum is 327680 bytes.
Result: PASS
Sketch uses 656574 bytes (50%) of program storage space. Maximum is 1310720 bytes. Global variables use 38068 bytes (11%) of dynamic memory, leaving 289612 bytes for local variables. Maximum is 327680 bytes.
Result: FAIL
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino: In function 'void useWiFiManager()':
/home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESP_Telnet/examples/TelnetServerWithWiFiManager/TelnetServerWithWiFiManager.ino:59:9: error: 'class EspClass' has no member named 'reset'
ESP.reset();
^
Multiple libraries were found for "WebServer.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/libraries/WebServer
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/ESPEssentials
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi
Multiple libraries were found for "DNSServer.h"
Used: /home/ec2-user/arduino-testlib/cli-datadir/data/packages/esp32/hardware/esp32/1.0.6/libraries/DNSServer
Not used: /home/ec2-user/arduino-testlib/cli-datadir/user/libraries/Seeed_Arduino_rpcWiFi
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 "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