Releases: adafruit/Adafruit_CircuitPython_ESP_ATcontrol
0.9.0 - Fixed setting connection type
Fixed setting connection type and provided descriptors for getting and setting it. Thanks @bablokb!
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.8.0 - Fixed Rretry and Timeout Logic
This release contains fixes to retry and timeout logic. Thank you @bablokb!
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.7.0 - Added deep sleep functionality
Added deep sleep functionality. Thanks @bablokb!
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.11 - Fixed version string
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.10 - Switched to pyproject.toml
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.9 - Added cp.org link to index.rst
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.8 - Fix UDP; fix deprecation header line length
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.
What's Changed
New Contributors
Full Changelog: 0.6.7...0.6.8
0.6.7 - Use Neopixel-like Protocol from circuitpython_typing
This release uses the neopixel-like Protocol from circuitpython_typing instead of defining a Protocol in this library. 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.6 Fix For Typing Protocol under Python3.7
This release allows usage of typing Protocol for Python3.7. 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.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.