mirror of
https://github.com/ruvnet/RuView
synced 2026-07-20 17:03:24 +00:00
ace61696b1
esptool v5+ rejects hyphenated subcommands. The provision script used 'write-flash' which fails with "invalid choice". Changed to 'write_flash' (underscore) which works with both old and new esptool. Co-Authored-By: Ruflo & AQE