Search found 1 match

by LuisAristi
Thu May 01, 2025 1:30 am
Forum: General Discussion
Topic: ESP32S2 doesn't show serial port after flashing with hello world example
Replies: 5
Views: 5015

Re: ESP32S2 doesn't show serial port after flashing with hello world example

in my case/scenario i did this code in main to test why uart wasnt working

void app_main() {
while(1) {
printf("Hello world!\n");
vTaskDelay(1000 / portTICK_PERIOD_MS); // 1 second delay
}
}

i had no idea, i searched through the web and nothing helped.
by pure luck i was searching in ...

Go to advanced search