Skip to content

Releases: adafruit/Adafruit_CircuitPython_ESP_ATcontrol

ping fix and more updates to examples

30 Jan 04:05
3efa8e7
Compare
Choose a tag to compare

fix ESP8266 ping errror and update examples
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.

Example Updates

16 Jan 03:16
fb4f900
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.

Big refactor for stability!

26 Dec 19:30
b1a1c29
Compare
Choose a tag to compare
  • restructuring to allow private settings
  • better delays, packet management
  • run/hw baudrate
  • lots more commands like nslookup, ping...
  • more examples

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-esp-atcontrol.
https://github.com/adafruit/Adafruit_CircuitPython_ESP_ATcontrol/releases

Read the docs for info on how to use it.

Now on PyPi!

19 Dec 21:49
0ed72ce
Compare
Choose a tag to compare
  • Added setup.py
  • Added PyPI release info to .travis.yml
  • Added a more comprehensive .gitignore
  • Updated README with PyPI install instructions

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.

Initial release!

19 Dec 20:47
0735e32
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.