Skip to content

Commit

Permalink
libraries: AP_HAL_ESP32: README: Add info about ESPPORT
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric authored and peterbarker committed Dec 26, 2024
1 parent 21c17bd commit c298156
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/AP_HAL_ESP32/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c298156

Please sign in to comment.