By default the ESP is sending on 115200 so if I run
Code: Select all
make monitor
Now i want to flash the hello word example. For this I run:
Code: Select all
make menuconfig
Then I run:
Code: Select all
make flash monitor
Is there a way I can set the sending baud rate of the ESP back to 115200?