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.
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 initializingESP_ATcontrol
. If this could be added to the RTD documentation that would be super helpful.