Add APRS Receiving App

This commit is contained in:
East2West 2021-03-07 16:05:23 -06:00
parent de92faf67b
commit f15cf78101
No known key found for this signature in database
GPG key ID: 58418944D71A1EA6
18 changed files with 1722 additions and 16 deletions

View file

@ -77,6 +77,7 @@ private:
constexpr image_tag_t image_tag_acars { 'P', 'A', 'C', 'A' };
constexpr image_tag_t image_tag_adsb_rx { 'P', 'A', 'D', 'R' };
constexpr image_tag_t image_tag_afsk_rx { 'P', 'A', 'F', 'R' };
constexpr image_tag_t image_tag_aprs_rx { 'P', 'A', 'P', 'R' };
constexpr image_tag_t image_tag_btle_rx { 'P', 'B', 'T', 'R' };
constexpr image_tag_t image_tag_nrf_rx { 'P', 'N', 'R', 'R' };
constexpr image_tag_t image_tag_ais { 'P', 'A', 'I', 'S' };