- Notifications
You must be signed in to change notification settings - Fork13.3k
WiFi wl_enc_type enum update#9116
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Conversation
mcspr commentedMar 31, 2024
Not upstream everywhere, yet Still pending for older cores I would guess this should be ok here, actively saving from undefined enum errors and architecture ifdefs |
JAndrassy commentedMar 31, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
the other WiFi library in the Renesas Core has the enum herehttps://github.com/arduino/ArduinoCore-renesas/blob/3dd08de860915a3577c232d3c0c2a66d33e04df7/libraries/lwIpWrapper/src/CNetIf.h#L73 in Arduino's Mbed Core my PR with this was already merged.arduino/ArduinoCore-mbed#776 |
the
wl_enc_typeenum is from the first Arduino WiFi library and is part of the Arduino WiFi API.It is updated in newer WiFi libraries by Arduino.