Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling error #36

Open
skydoy opened this issue Nov 22, 2024 · 0 comments
Open

Compiling error #36

skydoy opened this issue Nov 22, 2024 · 0 comments

Comments

@skydoy
Copy link

skydoy commented Nov 22, 2024

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."))); | ^~~~~~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant