Go to file
Sergio Gasquez 3165269655 build: ⬆️ Cargo update
2023-06-20 21:44:28 +02:00
.github/workflows ci: ️ Improve release.yml and add aarch64-unknown-linux-gnu 2023-02-13 15:47:20 +01:00
src feat: Update dependencies and adapt code 2023-06-20 21:42:01 +02:00
.gitignore Initial 2022-05-20 16:22:37 +02:00
Cargo.lock build: ⬆️ Cargo update 2023-06-20 21:44:28 +02:00
Cargo.toml feat: Update dependencies and adapt code 2023-06-20 21:42:01 +02:00
README.md Initial 2022-05-20 16:22:37 +02:00
Rocket.toml Prepare for espflash 2.0 2023-06-20 21:40:33 +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