Releases: adafruit/Adafruit_CircuitPython_ESP_ATcontrol
0.6.5 - Adjust Typing Import Order
This release fixes the order of typing related imports to conserve RAM when used on micro-controllers. Thank you @tekktrik
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-esp-atcontrol
.
Read the docs for info on how to use it.
0.6.4 - Reformatted library to match latest black version
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-esp-atcontrol
.
Read the docs for info on how to use it.
0.6.3 - Fixed MQTT on port 1883
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-esp-atcontrol
.
Read the docs for info on how to use it.
0.6.2 - Updated documentation link, python version
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-esp-atcontrol
.
Read the docs for info on how to use it.
0.6.1 - Fixed AT+CWLAP issue
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-esp-atcontrol
.
Read the docs for info on how to use it.
0.6.0 - Adding Support for Challenger 2040 WiFi boards
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-esp-atcontrol
.
Read the docs for info on how to use it.
0.5.9 - Updated pylint version, linted
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-esp-atcontrol
.
Read the docs for info on how to use it.
0.5.8 - Added type hints
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-esp_atcontrol
.
Read the docs for info on how to use it.
0.5.7 - Started reading larger chunks to avoid losing data.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-esp_atcontrol
.
Read the docs for info on how to use it.
0.5.6 - Fixed compatibility bug with new requests version, increased socket_connect() timeout
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-esp_atcontrol
.
Read the docs for info on how to use it.