I have a problem with serial monitor. After creating an ESP32 project with Arduino Framework, serial monitor works perfect. But when I try to use ESP-IDF Framework, data seen in the serial monitor is junk. I added the screenshot. What could be the problem? Thanks in advance!
Hi,
I solved the problem. It was because of XTAL frequency set default 40MHz. After changing it to Auto Detect, it fixed. But I do not know why it worked on Arduino framework and did not work with esp-idf.
Thanks!