Skip to content

Releases: adafruit/Adafruit_CircuitPython_ESP32SPI

9.0.1 - New URL In Examples

25 Feb 14:05
2ddf9fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.0.0...9.0.1

9.0.0 - ESPSPI_WiFiManager deprecated in favor of WifiManager

22 Feb 04:28
4d0a107
Compare
Choose a tag to compare

What's Changed

  • ESPWiFiManager is deprecated, but still works. WiFiManager is the new API, which takes credentials as separate arguments instead of as a secrets dictionary.
  • WiFiManager updates by @justmobilize in #216

Full Changelog: 8.4.3...9.0.0

8.4.3 - RTD Sphinx Config

16 Jan 18:50
Compare
Choose a tag to compare

8.4.2 - Fix For Sphinx RTD Theme

07 Oct 21:53
Compare
Choose a tag to compare

8.4.1 - really really delete empty server example

29 Sep 18:52
a2a2aee
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.4.0...8.4.1

8.4.0 - Add ap_info

24 Jun 18:16
e7e129a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.3.1...8.4.0

8.3.1 - Clearer message that only one SSL socket can be open at a time

24 May 16:51
7bf8763
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.3.0...8.3.1

8.3.0 - Use `OSError(ETIMEDOUT)` instead of `timeout` exception

21 May 14:40
deb2a5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.2.0...8.3.0

8.2.0 - add sendto()

15 May 18:24
69fac99
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.1.1...8.2.0

8.1.1 - Standard Socket Compatibility

06 May 14:31
56864ac
Compare
Choose a tag to compare

What's Changed

  • socket.connect(): Auto-select UDP_MODE by @jepler in #201

Full Changelog: 8.1.0...8.1.1