You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#include <Arduino.h>
#include <WiFiManager.h>
void setup() {
//Setting up Serial
Serial.begin(115200);
Serial.println("Serial initialized");
WiFiManager wifiManager;
}
void loop(){
}
Debug Messages
Dependency Graph
|-- <WiFiManager> 2.0.4-beta+sha.4d2a6b2
| |-- <DNSServer> 1.1.0
| | |-- <WiFi> 1.0
| |-- <ESPmDNS> 1.0
| | |-- <WiFi> 1.0
| |-- <Update> 1.0
| |-- <WebServer> 1.0
| | |-- <WiFi> 1.0
| | |-- <FS> 1.0
| |-- <WiFi> 1.0
.pio\libdeps\ttgo-t-watch-test3\WiFiManager\WiFiManager.cpp: In member function 'bool WiFiManager::WiFiSetCountry()':
.pio\libdeps\ttgo-t-watch-test3\WiFiManager\WiFiManager.cpp:3184:10: warning: comparison of constant '12289' with boolean expression is always false [-Wbool-compare]
if(ret == ESP_ERR_WIFI_NOT_INIT) DEBUG_WM(DEBUG_ERROR,"[ERROR] ESP_ERR_WIFI_NOT_INIT");
^
.pio\libdeps\ttgo-t-watch-test3\WiFiManager\WiFiManager.cpp:3185:15: warning: comparison of constant '258' with boolean expression is always false [-Wbool-compare]
Compiling .pio\build\ttgo-t-watch-test3\FrameworkArduino\esp32-hal-uart.c.o
else if(ret == ESP_ERR_INVALID_ARG) DEBUG_WM(DEBUG_ERROR,"[ERROR] ESP_ERR_WIFI_ARG");
^
.pio\libdeps\ttgo-t-watch-test3\WiFiManager\WiFiManager.cpp:3186:19: error: 'ERR_OK' was not declared in this scope
else if (ret != ERR_OK)DEBUG_WM(DEBUG_ERROR,"[ERROR] unknown error",(String)ret);
^
<command-line>:0:10: warning: ISO C99 requires whitespace after the macro name
Compiling .pio\build\ttgo-t-watch-test3\FrameworkArduino\libb64\cdecode.c.o
Compiling .pio\build\ttgo-t-watch-test3\FrameworkArduino\libb64\cencode.c.o
<command-line>:0:10: warning: ISO C99 requires whitespace after the macro name
Compiling .pio\build\ttgo-t-watch-test3\FrameworkArduino\main.cpp.o
Compiling .pio\build\ttgo-t-watch-test3\FrameworkArduino\stdlib_noniso.c.o
Compiling .pio\build\ttgo-t-watch-test3\FrameworkArduino\wiring_pulse.c.o
<command-line>:0:10: warning: ISO C99 requires whitespace after the macro name
Compiling .pio\build\ttgo-t-watch-test3\FrameworkArduino\wiring_shift.c.o
<command-line>:0:10: warning: ISO C99 requires whitespace after the macro name
<command-line>:0:10: warning: ISO C++11 requires whitespace after the macro name
<command-line>:0:10: warning: ISO C99 requires whitespace after the macro name
*** [.pio\build\ttgo-t-watch-test3\lib19b\WiFiManager\WiFiManager.cpp.o] Error 1
<command-line>:0:10: warning: ISO C99 requires whitespace after the macro name
<command-line>:0:10: warning: ISO C99 requires whitespace after the macro name
The text was updated successfully, but these errors were encountered:
Hardware
WiFimanager Branch/Release:
Esp8266/Esp32:
Description
Project with platformio and i get errors with my basic project...
Settings in IDE / Platformio:
Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: