Go to file
Björn Quentin eef158c308
Merge pull request #6 from MabezDev/patch-1
Fix typo on webpage
2023-01-12 13:59:39 +01:00
.github/workflows Install espflash build system dependency for ubuntu 2022-05-26 15:16:16 +02:00
src Fix typo 2023-01-12 11:36:54 +00:00
.gitignore Initial 2022-05-20 16:22:37 +02:00
Cargo.lock Pin espflash dependency to commit hash 2022-09-19 20:34:55 +02:00
Cargo.toml Pin espflash dependency to commit hash 2022-09-19 20:34:55 +02:00
README.md Initial 2022-05-20 16:22:37 +02:00

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