Change in spi-drv.cpp breaks MKR Vidor 4000 initialization #236
Labels
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Now I know that the Vidor 4000 is only supported up to version 1.3; however, if a newer firmware (e.g. nina-fw 1.4.8) is flashed to the Vidor it actually works with WiFiNINA up through v1.8.5. Since v1.8.6, a change was made in spi-drv.cpp that runs SPIWIFI.begin() after the block of code that resets the NINA. This prevents the Wifi from initializing on the Vidor when running simple sketches.
https://github.com/arduino-libraries/WiFiNINA/blame/master/src/utility/spi_drv.cpp#L115
The text was updated successfully, but these errors were encountered: