Closed
Description
A typical setup requires an esp object which is related to the ESP32 wifi add-on boards.
device = IoTCentralDevice(socket, esp, secrets["id_scope"], secrets["device_id"], secrets["key"])
With the ESP32-s2 and its native wifi support, there is now a CPython-like socketpool.
IoTCentralDevice needs to be udpated to support both methods similarly if not the same way Requests does and MiniMQTT is going to be.