File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change 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
-
26
1
Introduction
27
2
============
28
3
You can’t perform that action at this time.
0 commit comments