Files
RTNode-HeltecV4/.gitignore
James L 5c153e56dc flash.py: Auto-download from GitHub with cache, add --release/--offline flags
Default behavior now checks GitHub for the latest release and downloads
firmware if the cache is empty or outdated. Cached binaries are stored
in .firmware_cache/{board}/ with SHA-256 integrity verification.

New flags:
  --release TAG  Flash a specific release version
  --offline      Skip online check, use cached/local firmware only

Removed --download flag (downloading is now the default).
Added .firmware_cache/ and rnodethv3_firmware.bin to .gitignore.
2026-02-28 15:00:40 -05:00

15 lines
172 B
Plaintext
Executable File

.DS_Store
*.hex
*.pyc
TODO
rnodethv4_firmware.bin
rnodethv3_firmware.bin
.firmware_cache/
Release/*.hex
Release/*.zip
Release/*.json
Console/build
build/*
.pio/*
.vscode/*