gilmaimon / ArduinoWebsockets

A library for writing modern websockets applications with Arduino (ESP8266 and ESP32)
GNU General Public License v3.0
482 stars 97 forks source link

Fixes for arduino esp32 v3.0.0 #160

Open mazgch opened 5 months ago

mazgch commented 5 months ago

@gilmaimon more FYI: this fixes a waning about a deprecated function that appears when all warnings are enabled in the Arduino IDE and using arduino_esp32 >=v3.0.0. I made it dependent on the version of Arduino_esp32 to avoid side effects for users using an older versions of it.

This is more a nice to have as the old code still compiles, however with that deprecation warning appearing.