Command to retry failures
Compile All / compile (push) Successful in 13m37s

This commit is contained in:
2026-07-12 16:55:43 +00:00
parent 6ee1fa8c36
commit a0f85636c7
+6
View File
@@ -31,6 +31,12 @@ To flash all devices (automatically prioritizes OTA and skips prompts):
$ nix develop --command make flash-all $ nix develop --command make flash-all
``` ```
To list devices that have not been flashed yet (i.e. have pending changes):
```bash
$ make -n flash-all | grep -E 'esphome (run|compile)'
```
To flash a single device: To flash a single device:
```bash ```bash