Closed ggardet closed 2 years ago
I am unable to use WiFi with WizFi360-EVB-Pico board. I suspect the board support is missing WiFi since compilation fails with WiFi.begin() unknown:
WizFi360-EVB-Pico
WiFi.begin()
undefined reference to `_ZN9WiFiClass5beginEPKcS1_' collect2.exe: error: ld returned 1 exit status
You are correct, the built-in WiFi is only for the PicoW. You will need to se the WizNet WiFi libraries to use that part of your device.
Specifically, https://github.com/Wiznet/WizFi360-EVB-Pico-C.
I am unable to use WiFi with
WizFi360-EVB-Pico
board. I suspect the board support is missing WiFi since compilation fails withWiFi.begin()
unknown: