I have the ESP32-S3-WROOM-1, my issue is that I dont see the println in the Serial Monitor ... the flash was prob successful
Writing at 0x0004a531... (100 %)
Wrote 258336 bytes (144144 compressed) at 0x00010000 in 1.7 seconds (effective 1212.9 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
void setup()
{
Serial.begin(9600);
}
void loop()
{
Serial.println("Hello World");
delay(100);
}
Serial Monitor is set to 9600 but still nothing ....
6 posts - 3 participants