Addition of SSTV RX application (#2888)

This commit is contained in:
StarVore Labs
2025-12-17 07:14:19 -05:00
committed by GitHub
parent c53adfc765
commit f71f19e719
12 changed files with 1783 additions and 0 deletions
+1
View File
@@ -122,6 +122,7 @@ 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_sstv_rx{'P', 'S', 'R', 'X'};
constexpr image_tag_t image_tag_noop{'P', 'N', 'O', 'P'};