I got a MKR 1010 wifi and would like to connect it to the campus wifi "eduroam". I found the library "wifiNINA" which said MKR 1010 could connect to the WPA2 enterprise wifi. And I found a code "wifi.beginenterprise()". However, when I edit it in the IDE, IDE produced an error:
class 'WiFiClass' has no member named 'beginEnterprise()'
I want to ask whether this code is still useful?
How can MKR 1010 connect to the campus wifi?