Failed mass upgrade
Hello, I'm hoping someone smarter than me can give me some help with this one.
Tried to mass upgrade devices on my network using the following command. I know, I know, very stupid thing to do. This has worked fine in the past but for some reason this time it really messed some devices up.
"for ((i=10;i<=254;i++)); do echo $i; curl -m 3 "
http://192.168.1.$i/cm?cmnd=Upgrade%201"\; done"
After running this command some upgraded fine, others didn't work at all and just stayed on their existing firmware but a lot are now hung in some kind of strange AP mode I haven't seen before (see screenshot). The ones that are hung have an SSID of "esp-****" where the **** is what I believe to be some kind of MAC address or something.
I can connect to the "esp-****" AP from my phone or laptop and I do get an IP address of 192.168.4.2 but when I try to open a browser to 192.168.4.1, nothing loads. I can ping 192.168.4.1. I've tried to browse to 192.168.4.1 on multiple browsers and also tried running an NMAP of the 192.168.4.1 IP address and nothing gets returned. (see screenshot)
Some devices are easy enough to reset using the power cycle method, like smart plugs, however others would be a huge pain, like wall switches.
Any help would be greatly appreciated.