hmmmm. That does not seem to do anything.
It's likely your esp didn't get flashed correctly for some reason. I have had issues with USB cables, you might want to try another one...
I just tried it on one of my ESP dev boards that has ClassicMQTT flashed on it, with the GPIO15 (D15) connected to ground the blue led was flashing several times a second indicating it's in AP mode.
If there is data stored in the ESP for the Wifi credentials, the code will attempt to connect for 60 seconds, the led will blink slowly until it connects then will remain on if successful otherwise it will default to AP mode with the led flashing quickly.
You could also try flashing the ESP using the development IDE.
I have a video on how to flash the ESP with the VSCode development environment, I made it for another one of my projects but it's the same for ClassicMQTT , just get the code from
https://github.com/ClassicDIY/ClassicMQTT instead of the one in the video. I made this video for someone in Poland so there is no audio.
https://youtu.be/GVixF3zlV1cOnce you build the project, use the Upload icon (->) to flash the esp, press and hold the 'boot' button on the esp for a few seconds to initiate the upload.
Once it connects to wifi (blue LED is on), I use Advanced IP Scanner
https://www.advanced-ip-scanner.com/ to find the ESP's ip address on the local network
Graham