espressif / ESP8266_RTOS_SDK

Latest ESP8266 SDK based on FreeRTOS, esp-idf style.
http://bbs.espressif.com
Apache License 2.0
3.35k stars 1.57k forks source link

[Bug/suggestion] Diverging baud rates in hello_world example (GIT8266O-850) #1273

Open vitorkogut opened 7 months ago

vitorkogut commented 7 months ago

Hello!

I've encountered something that isn't really a bug, but got me kinda confused, using the basic "hello_world" example the baud rate sent to the 8266 is 115200, great, but the default baud rate for the monitor is 74880 for some reason, it's a very simple thing to fix but can get newcomers running circles not being able to use the monitor.

Maybe it's actually a feature to incentivize the use of the menuconfig?

image

How to replicate:

Toolchain version: esp-2020r3-49-gd5524c1 Compiler version: 8.4.0 esptool.py v2.4.0 using ESP8266-01 (Sorry if its the wrong place to post this)