[SOLVED] Depreciated function wifi_on_boot() in module pycom?
-
The documentation is not correct in comparison with the Micropython 1.8.6 running on the LoPy.
The function like
pycom.wifi_on_boot()
is not available.
-
Aha,
LoPy 1.7.8-b1
micropython 1.8.6-724
loran 1.0.0Alright I'm going to update the lot.
Maybe some hints in the doc like micropython does with the different versions....
-
That function is on the latest firmware. Maybe you're running an older one?
Try
os.uname()
it should say release='1.7.9.b3'If it's older than that you'll need to upgrade using the Pycom Firmware Update tool.