@@ -3,10 +3,9 @@ Because the Wiznet5500 driver is not included in the official build, we have to
The instructions are up-to-date as of version 1.21.0
1. Download the newest version of the MicroPython source code
2. Extract
3. Edit ```micropython-1.21.0/ports/rp2/boards/RPI_PICO_W/mpconfigboard.cmake``` and add the following line: ```set(MICROPY_PY_NETWORK_WIZNET5K W5500)```
4. create and enter the directory ```micropython-1.21.0/ports/rp2/build```
7. the firmware can be found in ```micropython-1.21.0/ports/rp2/build/firmware.uf2```
1. Download and extect the newest version of the MicroPython source code
2. Edit ```micropython-1.21.0/ports/rp2/boards/RPI_PICO_W/mpconfigboard.cmake``` and add the following line: ```set(MICROPY_PY_NETWORK_WIZNET5K W5500)```
3. create and enter the directory ```micropython-1.21.0/ports/rp2/build```