espressif / ESP8266_RTOS_SDK

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

Change Monitor baud rate issue (GIT8266O-594) #1017

Open Gustbel opened 3 years ago

Gustbel commented 3 years ago

Environment

Problem Description

When I change the configuration of "menuconfig->Serial flasher config ->'make monitor'" baud rate to another baud rate, the baud rate does not change and remains in its default configuration 78840 bps. I was only able to fix it by modifying the sdkconfig file replacing the values where it found 78840.

Steps to repropduce

The problem arises without doing any special configuration.

Thanks!

zheyuejiang commented 3 years ago

Screen Shot 2020-12-22 at 2 19 24 PM

zheyuejiang commented 3 years ago

try this