Arduino RP2 Nano connect: Unexpected OSError (regression)
With today's nightly build this occurs
MPY: soft reboot
MicroPython v1.19.1 on 2022-07-08; Arduino Nano RP2040 Connect with RP2040
Type "help()" for more information.
>>> import network
>>> s = network.WLAN(network.STA_IF)
>>> s.active(True)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OSError: Firmware version mismatch. Minimum supported firmware is v1.5.0 found v1.4.8
Previously I was running a build dated 22 April: this error did not occur.
It's also worth noting that the support for MSC mode means that firmware installation by powering up with the button depressed does not work. The docs are therefore misleading to new users: it now seems mandatory to use machine.bootloader().
`ussl` not in board `ARDUINO_NANO_RP2040_CONNECT` in port `rp2`
ussl not in board ARDUINO_NANO_RP2040_CONNECT in port rp2
Firmware: ARDUINO_NANO_RP2040_CONNECT-20220618-v1.19.1.uf2
Version: (sysname='rp2', nodename='rp2', release='1.19.1', version='v1.19.1 on 2022-06-18 (GNU 11.2.0 MinSizeRel)', machine='Arduino Nano RP2040 Connect with RP2040')
Port: rp2
Board: ARDUINO_NANO_RP2040_CONNECT
mpconfigboard.cmake and mpconfigboard.h do not include an enable of ussl, and as a result, an input error occurs when attempting to use networking, such as urequests