adafruit / Adafruit_CircuitPython_ESP_ATcontrol

Use the ESP AT command sent to communicate with the Interwebs
MIT License
20 stars 17 forks source link

Documentation Update: Release 0.10.x breaks ESP8266 chips with AT+CIPSTATE #69

Open EssentiallyNoah opened 9 months ago

EssentiallyNoah commented 9 months ago

I couldn't find this documented anywhere and it took some digging through the codebase to figure it out. To save others the headache, if you're using this version of the library with an ESP8266, you must set use_cipstatus=True when initializing ESP_ATcontrol. If this could be added to the RTD documentation that would be super helpful.