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
Alternatively you may be unaware that you can run the circuitpython library using normal Python (CPython).
You just need to import requests instead of adafruit_requests and change the requests.Session() call, commenting out all the other unnecessary initialisation stuff, then the HTTP examples should work (I tested the group http example of the circuitpython library using normal python).
The difference between Adafruit_IO_Python and Adafruit_CircuitPython_AdafruitIO are quite significant.
Is it not possible to make them more similar?
The text was updated successfully, but these errors were encountered: