Does anyone know what causes the "max connection!" message to be output to the serial port ?
I had an aborted upload of the IoT demo and when I went back to the esphttpd software, I'm no longer able to connect when the device is set to an AP as I get the message
"max connection!" appearing over the serial comms.
I suspect that my failed upload of IoT has written junk into some locations which the esphpptd has not ovewritten e.g. config settings that the SDK uses
I'm going to try loading the AT bin and see if I can reset and clear this, but it would be better if I knew what had caused this and whether there is a better way, eg. erase all the flash ? using the esptool-py
???
Edit. Loading the AT bin, and doing AT+RST seems to have fixed this.
However I think it would useful if we knew why this happens, as having to install and run the AT bin just to reset memory isn't idea
Thanks