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

Question: Is Arduino 3 supported #914

Open
azmi-plavaga opened this issue Oct 23, 2024 · 1 comment
Open

Question: Is Arduino 3 supported #914

azmi-plavaga opened this issue Oct 23, 2024 · 1 comment

Comments

@azmi-plavaga
Copy link

Is Arduino 3 supported? I receive the following warning when building with Arduino version 3.0.6:

Indexing .pio/build/esp32dev/liba76/libNetworkClientSecure.a
.pio/libdeps/esp32dev/WebSockets/src/WebSocketsClient.cpp: In member function 'virtual void WebSocketsClient::clientDisconnect(WSclient_t*)':
.pio/libdeps/esp32dev/WebSockets/src/WebSocketsClient.cpp:544:31: warning: 'virtual void NetworkClient::flush()' is deprecated: Use clear() instead. [-Wdeprecated-declarations]
  544 |             client->tcp->flush();
      |             ~~~~~~~~~~~~~~~~~~^~
In file included from /home/azmi/.platformio/packages/framework-arduinoespressif32/libraries/Network/src/Network.h:12,
                 from /home/azmi/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/WiFiGeneric.h:39,
                 from /home/azmi/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/WiFiSTA.h:29,
                 from /home/azmi/.platformio/packages/framework-arduinoespressif32/libraries/WiFi/src/WiFi.h:33,
                 from .pio/libdeps/esp32dev/WebSockets/src/WebSockets.h:235,
                 from .pio/libdeps/esp32dev/WebSockets/src/WebSocketsClient.cpp:25:
/home/azmi/.platformio/packages/framework-arduinoespressif32/libraries/Network/src/NetworkClient.h:60:8: note: declared here
   60 |   void flush();  // Print::flush tx
      |        ^~~~~
@noweare1
Copy link

Same warning running esp-arduino v3.0.7

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

2 participants