JAndrassy / WiFiEspAT

Arduino networking library. Standard Arduino WiFi networking API over ESP8266 or ESP32 AT commands.
GNU Lesser General Public License v2.1
271 stars 44 forks source link

Change wl_enc_type to new C++11 enum class type TWlEncType #112

Closed mikandrzej closed 7 months ago

mikandrzej commented 7 months ago

There are more enums to update, but better is to do this step by step :)

JAndrassy commented 7 months ago

the enum is part of the Arduino WiFi API and should be same in all WiFi libraries for Arduino

https://github.com/JAndrassy/Arduino-Networking-API

mikandrzej commented 7 months ago

Okay, sad but true. I thought that it could be my first open source commit, but not this time :D Thanks!