Skip to content

Releases: adafruit/Adafruit_CircuitPython_ESP_ATcontrol

0.9.0 - Fixed setting connection type

03 Nov 14:27
a4101ac
Compare
Choose a tag to compare

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

03 Oct 15:06
42644e6
Compare
Choose a tag to compare

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

25 Aug 16:39
0102b95
Compare
Choose a tag to compare

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

22 Aug 18:38
Compare
Choose a tag to compare

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

09 Aug 19:41
Compare
Choose a tag to compare

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

09 Jun 19:11
Compare
Choose a tag to compare

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

05 Jun 21:06
068fc46
Compare
Choose a tag to compare

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

03 May 21:53
b3408b0
Compare
Choose a tag to compare

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

03 May 16:46
b21c4f8
Compare
Choose a tag to compare

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

03 May 16:22
31b7388
Compare
Choose a tag to compare

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.