- Update examples for compatibility with the ESP32-S2 and updated requests module. - Remove dependency for WiFiManager (https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO/blob/master/adafruit_io/adafruit_io.py#L473) and move to a `http_api.set_socket(socket)` interface instead to match requests. ```` socket.set_interface(esp) requests.set_socket(socket) ```