just a few adjustments to allow this to work for both the esp8266 and esp32.
I needed to adjust a few timeouts and the main change was for the CIPSEND prompt response. It appears that the ESP32 does not put a space after the > where the ESP8266 does.
I just look for a > then flush the input buffer... seems to work
the esp32 seems to have even more retries than the esp8266, but it eventually succeeds. May need more adjustments.
just a few adjustments to allow this to work for both the esp8266 and esp32. I needed to adjust a few timeouts and the main change was for the CIPSEND prompt response. It appears that the ESP32 does not put a space after the > where the ESP8266 does. I just look for a > then flush the input buffer... seems to work
the esp32 seems to have even more retries than the esp8266, but it eventually succeeds. May need more adjustments.