Heltec Wireless Tracker running code erase or stop it to run

Hi Gents,
I would like to ask if there is any possibility to erase the code from a Wireless Tracker or at least to stop it by shortcuting some GPIO pins or whatever

Long story.
I was playing with the Wireless tracker example codes in Arduino IDE. basically I wanted to read the GPS in the Serial Monitor but I set for debugging purpose a Serial.print(“hello mate”) at every 1ms (I know I am stupid) and since then, when I connect by USB the serial monitor will be flooded and I am not able to upload any code (Arduino IDE is working fine/USB C cable is good, I have another wireless tracker and that is programable)
"The output after compiling the code:
Global variables use 13592 bytes (4%) of dynamic memory, leaving 314088 bytes for local variables. Maximum is 327680 bytes.
esptool.py v3.3
Serial port COM5
Connecting…
Chip is ESP32-S3
Features: WiFi, BLE
Crystal is 40MHz
MAC: 48:27:e2:e5:b8:80
Uploading stub…
Running stub…
Stub running…
Changing baud rate to 921600

A fatal error occurred: No serial data received.
Failed uploading: uploading error: exit status 2 "

I had tried to modify the BAUD Rate but the with no success.
I have not to much experience in this field that’s why I would like to ask for any opinion how could I unbrick my little device.

Many thanks in advance !

Solved:
Had to unplug the cable , hold the User button, plug the cable while keeping the User button pressed and upload the code.
Thank you!