Padawan pospieszył z pomocą ale thanks enyłej ...klew wrote: Mon Oct 20, 2025 8:47 amDodaj sobie:w każdym pliku, gdzie używasz Supla::Storage....Code: Select all
#include <supla/storage/storage.h>
'Supla::Storage' has not been declared
-
YoMan
- Posts: 3521
- Joined: Thu Apr 30, 2020 5:18 pm
- Location: Częstochowa
- Has thanked: 3 times
- Been thanked: 3 times
YoMan
________________________________________
Wziąłem udział w SOP2023 & SOP2024
________________________________________
Wziąłem udział w SOP2023 & SOP2024
-
YoMan
- Posts: 3521
- Joined: Thu Apr 30, 2020 5:18 pm
- Location: Częstochowa
- Has thanked: 3 times
- Been thanked: 3 times
a takie coś:klew wrote: Mon Oct 20, 2025 8:47 amDodaj sobie:w każdym pliku, gdzie używasz Supla::Storage....Code: Select all
#include <supla/storage/storage.h>
Code: Select all
C:\Users\limja\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.3.2\libraries\WebServer\src\WebServer.cpp: In member function 'void WebServer::chunkResponseEnd()':
C:\Users\limja\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.3.2\libraries\WebServer\src\WebServer.cpp:616:23: warning: 'virtual void NetworkClient::flush()' is deprecated: Use clear() instead. [-Wdeprecated-declarations]
616 | _chunkedClient.flush();
| ~~~~~~~~~~~~~~~~~~~~^~
In file included from C:\Users\limja\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.3.2\libraries\Network\src/NetworkServer.h:23,
from C:\Users\limja\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.3.2\libraries\WebServer\src\WebServer.cpp:28:
C:\Users\limja\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.3.2\libraries\Network\src/NetworkClient.h:61:8: note: declared here
61 | void flush(); // Print::flush tx
| ^~~~~YoMan
________________________________________
Wziąłem udział w SOP2023 & SOP2024
________________________________________
Wziąłem udział w SOP2023 & SOP2024
-
vajera
- Posts: 7287
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 289 times
- Been thanked: 161 times
To jest warning z najnowszych boardów ESP - z tym da się żyćYoMan wrote: Mon Oct 20, 2025 7:24 pma takie coś:klew wrote: Mon Oct 20, 2025 8:47 amDodaj sobie:w każdym pliku, gdzie używasz Supla::Storage....Code: Select all
#include <supla/storage/storage.h>Code: Select all
C:\Users\limja\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.3.2\libraries\WebServer\src\WebServer.cpp: In member function 'void WebServer::chunkResponseEnd()': C:\Users\limja\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.3.2\libraries\WebServer\src\WebServer.cpp:616:23: warning: 'virtual void NetworkClient::flush()' is deprecated: Use clear() instead. [-Wdeprecated-declarations] 616 | _chunkedClient.flush(); | ~~~~~~~~~~~~~~~~~~~~^~ In file included from C:\Users\limja\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.3.2\libraries\Network\src/NetworkServer.h:23, from C:\Users\limja\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.3.2\libraries\WebServer\src\WebServer.cpp:28: C:\Users\limja\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.3.2\libraries\Network\src/NetworkClient.h:61:8: note: declared here 61 | void flush(); // Print::flush tx | ^~~~~
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
-
vajera
- Posts: 7287
- Joined: Wed Oct 31, 2018 7:58 am
- Location: Biedrusko
- Has thanked: 289 times
- Been thanked: 161 times
Z tego, co widziałem w commits, to już poprawili, ale na 3.3.3 przyjdzie pewnie jeszcze poczekać.
Bramka Zigbee <=> SUPLA
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
Więcej informacji tutaj:
https://forum.supla.org/viewforum.php?f=127
FAQ https://forum.supla.org/viewtopic.php?t=17277
-
lukfud
- Posts: 2480
- Joined: Thu Nov 23, 2017 11:33 pm
- Location: Warszawa
- Has thanked: 13 times
- Been thanked: 11 times
Dziwne, bo ja nie dostaję tego ostrzeżenia (32c3 + 3.3.2)
https://www.facebook.com/groups/supladiy
https://www.facebook.com/groups/suplazamel
https://www.facebook.com/groups/suplaauraton
https://smartnerzeczy.pl
https://www.facebook.com/groups/suplazamel
https://www.facebook.com/groups/suplaauraton
https://smartnerzeczy.pl
