Adafruit-circuitpython-esp32spi

Latest version: v8.3.1

Safety actively analyzes 638386 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 16

3.1.1

This release includes:
* Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-esp32spi`.

Read the [docs](http://circuitpython.readthedocs.io/projects/esp32spi/en/latest/) for info on how to use it.

3.1.0

* https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/pull/80 Added `set_analog_read` and `set_digital_read` command handlers for the digital/analog read functions in Adafruit's fork of nina-fw, v1.5.0. Thanks anecdata!


To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip3 install adafruit-circuitpython-esp32spi`.

Read the [docs](http://circuitpython.readthedocs.io/projects/esp32spi/en/latest/) for info on how to use it.

3.0.2

* Check for correct PEM file header text in `set_certificate`/`set_private_key`.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip3 install adafruit-circuitpython-esp32spi`.

Read the [docs](http://circuitpython.readthedocs.io/projects/esp32spi/en/latest/) for info on how to use it.

3.0.1

Adding `set_psk`/`set_crt` to if a user has set a certificate and/or psk prior to establishing an authenticated connection with a server.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip3 install adafruit-circuitpython-esp32spi`.

Read the [docs](http://circuitpython.readthedocs.io/projects/esp32spi/en/latest/) for info on how to use it.

3.0.0

Adds `set_certificate` and `set_private_key` methods to ESP32SPI to reflect [the updated `WiFiSSLClient` in nina-fw](https://github.com/adafruit/nina-fw/pull/11).
* Use `set_certificate` and `set_private_key` to set your ESP32's certificate and private key. This will be used to authenticate your CircuitPython device to a server.
* To use these methods, [you _must_ update the nina-fw version on your ESP32 Co-Processor/AirLift to version 1.4.0 or above.](https://learn.adafruit.com/upgrading-esp32-firmware)

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip3 install adafruit-circuitpython-esp32spi`.

Read the [docs](http://circuitpython.readthedocs.io/projects/esp32spi/en/latest/) for info on how to use it.

2.0.0

* Exposes property for the network's BSSID, thanks anecdata
* Adds handlers in `scan_networks` for obtaining network BSSID and channel, thanks anecdata

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip3 install adafruit-circuitpython-esp32spi`.

Read the [docs](http://circuitpython.readthedocs.io/projects/esp32spi/en/latest/) for info on how to use it.

Page 11 of 16

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.