mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 12:44:33 +02:00
esptool: Add note that ESPTOOLPY_PORT & ESPTOOLPY_BAUD are ignored when using idf.py
This commit is contained in:
committed by
Angus Gratton
parent
56902f0054
commit
4a2f1f0354
@@ -4,15 +4,19 @@ config ESPTOOLPY_PORT
|
|||||||
string "Default serial port"
|
string "Default serial port"
|
||||||
default "/dev/ttyUSB0"
|
default "/dev/ttyUSB0"
|
||||||
help
|
help
|
||||||
The serial port that's connected to the ESP chip. This can be overridden by setting the ESPPORT
|
The serial port that's connected to the ESP chip. This can be overridden by setting the ESPPORT
|
||||||
environment variable.
|
environment variable.
|
||||||
|
|
||||||
|
This value is ignored when using the CMake-based build system or idf.py.
|
||||||
|
|
||||||
choice ESPTOOLPY_BAUD
|
choice ESPTOOLPY_BAUD
|
||||||
prompt "Default baud rate"
|
prompt "Default baud rate"
|
||||||
default ESPTOOLPY_BAUD_115200B
|
default ESPTOOLPY_BAUD_115200B
|
||||||
help
|
help
|
||||||
Default baud rate to use while communicating with the ESP chip. Can be overridden by
|
Default baud rate to use while communicating with the ESP chip. Can be overridden by
|
||||||
setting the ESPBAUD variable.
|
setting the ESPBAUD variable.
|
||||||
|
|
||||||
|
This value is ignored when using the CMake-based build system or idf.py.
|
||||||
|
|
||||||
config ESPTOOLPY_BAUD_115200B
|
config ESPTOOLPY_BAUD_115200B
|
||||||
bool "115200 baud"
|
bool "115200 baud"
|
||||||
|
Reference in New Issue
Block a user