added flash utility

This commit is contained in:
Bernd Herzog 2023-03-28 14:39:00 +02:00
parent 8840a6e894
commit f5d4fce945
14 changed files with 605 additions and 4 deletions

View file

@ -106,6 +106,7 @@ constexpr image_tag_t image_tag_gps { 'P', 'G', 'P', 'S' };
constexpr image_tag_t image_tag_siggen { 'P', 'S', 'I', 'G' };
constexpr image_tag_t image_tag_sstv_tx { 'P', 'S', 'T', 'X' };
constexpr image_tag_t image_tag_tones { 'P', 'T', 'O', 'N' };
constexpr image_tag_t image_tag_flash_utility { 'P', 'F', 'U', 'T' };
constexpr image_tag_t image_tag_noop { 'P', 'N', 'O', 'P' };