Skip to content

Releases: adafruit/Adafruit_CircuitPython_ESP_ATcontrol

0.6.6 Fix For Typing Protocol under Python3.7

03 May 16:46
b21c4f8

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

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.

0.6.4 - Reformatted library to match latest black version

04 Apr 17:38

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.3 - Fixed MQTT on port 1883

03 Mar 19:57
06b2a11

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.2 - Updated documentation link, python version

04 Feb 20:58

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.1 - Fixed AT+CWLAP issue

08 Dec 21:15
96ae96d

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.0 - Adding Support for Challenger 2040 WiFi boards

19 Nov 20:06
6588b06

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.5.9 - Updated pylint version, linted

15 Nov 19:04

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.5.8 - Added type hints

28 Oct 18:09
d3c5e70

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.5.7 - Started reading larger chunks to avoid losing data.

21 Sep 16:25
5f4b840

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.