You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're using a non-W Plasma 2350 + RM2 module combo and want to use it with these wireless examples, you can save a copy of ezwifi.py to your board and modify the following line:
self._if = network.WLAN(network.STA_IF)
to the following, to specify the correct pins for the wireless module:
If you're using a non-W Plasma 2350 + RM2 module combo and want to use it with these wireless examples, you can save a copy of ezwifi.py to your board and modify the following line:
to the following, to specify the correct pins for the wireless module:
Perhaps there's a nicer way of doing this?
The text was updated successfully, but these errors were encountered: