Noaa apt decoder (#2648)

This commit is contained in:
Totoo 2025-05-11 20:24:52 +02:00 committed by GitHub
parent 7553dafffc
commit db65ae192a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 792 additions and 0 deletions

View file

@ -119,6 +119,7 @@ constexpr image_tag_t image_tag_weather{'P', 'W', 'T', 'H'};
constexpr image_tag_t image_tag_subghzd{'P', 'S', 'G', 'D'};
constexpr image_tag_t image_tag_protoview{'P', 'P', 'V', 'W'};
constexpr image_tag_t image_tag_wefaxrx{'P', 'W', 'F', 'X'};
constexpr image_tag_t image_tag_noaaapt_rx{'P', 'N', 'O', 'A'};
constexpr image_tag_t image_tag_noop{'P', 'N', 'O', 'P'};