This commit is contained in:
bjoernQ
2022-05-20 15:41:24 +02:00
commit dcd89f09f7
5 changed files with 2623 additions and 0 deletions

20
README.md Normal file
View File

@ -0,0 +1,20 @@
# esp-web-flash-server
Starts a local server serving a web page to flash a given ELF file.
```
web-flash 0.1.0
USAGE:
web-flash.exe [OPTIONS] --chip <CHIP> <ELF>
ARGS:
<ELF>
OPTIONS:
-b, --bootloader <BOOTLOADER> path to bootloader
-c, --chip <CHIP> chip name
-h, --help Print help information
-p, --partition-table <PARTITION_TABLE> path to partition table csv
-V, --version Print version information
```