Skip to content

Commit 5675642

Browse files
committed
remove README changes
1 parent 5a0cdbe commit 5675642

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

README.rst

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,3 @@
1-
This is a fork of the Adafruit_CircuitPython_ESP_ATcontrol library with changes:
2-
3-
* WPA Enterprise WPA-PEAP support in espatcontrol and wifimanager (must be compiled in your esp AT firmware)
4-
* Moving from deprecated AT+CIPSTATUS to AT+CWSTATE for wifi status and AT+CIPSTATE for socket status.
5-
See https://docs.espressif.com/projects/esp-at/en/latest/esp32c3/AT_Command_Set/TCP-IP_AT_Commands.html#cmd-status
6-
This will fall back to using CIPSTATUS if CWSTATE isn't available (ie AT command set on the ESP8285
7-
that's on the Challenger RP2040 Wifi which can only use up to firmware 2.2)
8-
* Fixes for reconnection issues with adafruit_requests and sockets in the wifimanager
9-
* Changed handling for soft_reset(). Added soft_reset()
10-
as an option in lots of places hard_reset() is being used.
11-
For boards that don't have a hardware reset line
12-
(e.g. - a repurposed Adafruit QT Py ESP32-C3 I tested this with https://www.adafruit.com/product/5405)
13-
* Added function to disconnect wifi
14-
* Added function to change autoreconnect status
15-
* Bug fixes for SSL connection replies not being accounted for in socket_connect()
16-
17-
My test module is an Adafruit Qt Py ESP32-C3 connected via UART to an Adafruit Feather M4 Express
18-
Using circuitpython 7.3.3 and compiled espressif AT command firmware for the ESP32-C3. I haven't made any
19-
code changes to the espressif AT firmware other than to enable WPA enterprise support in menuconfig
20-
and recompile/flash the firmware onto the ESP32-C3. "Your mileage may vary"
21-
22-
I've provided some updated examples in ``fork-examples``
23-
24-
Original README follows:
25-
261
Introduction
272
============
283

0 commit comments

Comments
 (0)