mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-15 19:42:09 +02:00
IDF Monitor follows the console baud rate by default. Other baud rate can be set from command line by "idf.py monitor -B <baud>" or through environment variables. Run "idf.py monitor --help" for more information. * Original commit: espressif/esp-idf@36a4011ff8