mirror of
https://github.com/joostd/esp8266-eduroam.git
synced 2026-04-25 00:25:57 +03:00
[GH-ISSUE #5] Provided Arduino sketch will not compile #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bowleri on GitHub (Jan 20, 2020).
Original GitHub issue: https://github.com/joostd/esp8266-eduroam/issues/5
When compiling the provided arduino script the following error is received.
'wifi_station_set_enterprise_identity' was not declared in this scope
Are there steps required to add additional libraries for wpa2 enterprise. I am working on Windows
@joostd commented on GitHub (Jan 20, 2020):
The function
wifi_station_set_enterprise_identity()is part of ESP8266_NONOS_SDK. It should be part of your toolchain.
I haven't tried to compile in a while, as I moved to esp32 which has much better support for wpa2-enterprise. Also ESP8266_NONOS_SDK seems abandoned, and it is suggested to move to ESP8266_RTOS_SDK.
I currently do not have the time to migrate the code to ESP8266_RTOS_SDK.