mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 09:03:57 -03:00
libraries: AP_HAL_ESP32: README: Add info about ESPPORT
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
This commit is contained in:
parent
21c17bdf98
commit
c29815644f
@ -92,6 +92,8 @@ If you want to make changes to sdkconfig (sdkconfig is in the build dir) permane
|
||||
ESPBAUD=921600 ./waf plane --upload
|
||||
```
|
||||
|
||||
If the port isn't autodetected, it can be manually specified, e.g. `ESPPORT=/dev/tty<port> ESPBAUD=921600 ./waf plane --upload`.
|
||||
|
||||
6. The espressif esp-idf original project is built at `cd build/esp32{BOARD}/esp-idf_build/`.
|
||||
You can use your default build system (make or ninja) to build other esp-idf target.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user