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
Working on the PubSub example and the errors keep coming.
Line 7 - no module named 'adafruit_wiznet5k.adafruit_wiznet5k_socket - there is a socketpool class, and that has a Socket function (can't get it to work)
Line 97 - eth = WIZNET5K(spi_bus, cs, is_dhcp=True, mac=MY_MAC, debug=False) - seems to work if everything after "cs" is deleted (I know I'm just compounding my problems.)
Line 104 - ...
I think my problem comes back to adafruit_wiznet5k.adafruit_wiznet5k_socketpool.Socket
I don't know how to fix that, help!
The text was updated successfully, but these errors were encountered:
Working on the PubSub example and the errors keep coming.
Line 7 - no module named 'adafruit_wiznet5k.adafruit_wiznet5k_socket - there is a socketpool class, and that has a Socket function (can't get it to work)
Line 97 - eth = WIZNET5K(spi_bus, cs, is_dhcp=True, mac=MY_MAC, debug=False) - seems to work if everything after "cs" is deleted (I know I'm just compounding my problems.)
Line 104 - ...
I think my problem comes back to adafruit_wiznet5k.adafruit_wiznet5k_socketpool.Socket
I don't know how to fix that, help!
The text was updated successfully, but these errors were encountered: