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
Compiling .pio\build\d1_mini_pro\libc78\ESP8266WiFi\ESP8266WiFiGeneric.cpp.o .pio\libdeps\d1_mini_pro\PubSubClient\src\PubSubClient.cpp: In member function 'boolean PubSubClient::publish_P(const char*, const uint8_t*, unsigned int, boolean)': .pio\libdeps\d1_mini_pro\PubSubClient\src\PubSubClient.cpp:523:16: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 523 | return (rc == expectedLength); | ~~~^~~~~~~~~~~~~~~~~
Compiling .pio\build\d1_mini_pro\lib87a\ESPAsyncWebServer-esphome\AsyncWebSocket.cpp.o In file included from .pio\libdeps\d1_mini_pro\ESP Async WebServer\src\SPIFFSEditor.cpp:1: .pio\libdeps\d1_mini_pro\ESP Async WebServer\src\SPIFFSEditor.h:16:101: warning: 'SPIFFS' is deprecated: SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems. [-Wdeprecated-declarations] 16 | SPIFFSEditor(const String& username=String(), const String& password=String(), const fs::FS& fs=SPIFFS); | ^~~~~~ In file included from .pio\libdeps\d1_mini_pro\ESP Async WebServer\src/ESPAsyncWebServer.h:27, from .pio\libdeps\d1_mini_pro\ESP Async WebServer\src\SPIFFSEditor.h:3, from .pio\libdeps\d1_mini_pro\ESP Async WebServer\src\SPIFFSEditor.cpp:1: C:\Users\skydoy\.platformio\packages\framework-arduinoespressif8266\cores\esp8266/FS.h:286:15: note: declared here 286 | extern fs::FS SPIFFS __attribute__((deprecated("SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems."))); | ^~~~~~
The text was updated successfully, but these errors were encountered:
Hello im, having some compile error
Compiling .pio\build\d1_mini_pro\libc78\ESP8266WiFi\ESP8266WiFiGeneric.cpp.o .pio\libdeps\d1_mini_pro\PubSubClient\src\PubSubClient.cpp: In member function 'boolean PubSubClient::publish_P(const char*, const uint8_t*, unsigned int, boolean)': .pio\libdeps\d1_mini_pro\PubSubClient\src\PubSubClient.cpp:523:16: warning: comparison of integer expressions of different signedness: 'unsigned int' and 'int' [-Wsign-compare] 523 | return (rc == expectedLength); | ~~~^~~~~~~~~~~~~~~~~
Compiling .pio\build\d1_mini_pro\lib87a\ESPAsyncWebServer-esphome\AsyncWebSocket.cpp.o In file included from .pio\libdeps\d1_mini_pro\ESP Async WebServer\src\SPIFFSEditor.cpp:1: .pio\libdeps\d1_mini_pro\ESP Async WebServer\src\SPIFFSEditor.h:16:101: warning: 'SPIFFS' is deprecated: SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems. [-Wdeprecated-declarations] 16 | SPIFFSEditor(const String& username=String(), const String& password=String(), const fs::FS& fs=SPIFFS); | ^~~~~~ In file included from .pio\libdeps\d1_mini_pro\ESP Async WebServer\src/ESPAsyncWebServer.h:27, from .pio\libdeps\d1_mini_pro\ESP Async WebServer\src\SPIFFSEditor.h:3, from .pio\libdeps\d1_mini_pro\ESP Async WebServer\src\SPIFFSEditor.cpp:1: C:\Users\skydoy\.platformio\packages\framework-arduinoespressif8266\cores\esp8266/FS.h:286:15: note: declared here 286 | extern fs::FS SPIFFS __attribute__((deprecated("SPIFFS has been deprecated. Please consider moving to LittleFS or other filesystems."))); | ^~~~~~
The text was updated successfully, but these errors were encountered: