mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-12 00:29:57 +00:00
5 lines
132 B
Bash
Executable File
5 lines
132 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd build
|
|
python -m esptool -p $1 write-flash @flash_project_args
|
|
python -m esp_idf_monitor -p $1 idf_as_lib.elf
|