Initial
This commit is contained in:
20
README.md
Normal file
20
README.md
Normal 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
|
||||
```
|
Reference in New Issue
Block a user