Added microphone TX (very basic for now)

This commit is contained in:
furrtek 2017-03-12 07:10:09 +00:00
parent 44b2fc469c
commit 2d75722b74
7 changed files with 30 additions and 5 deletions

View file

@ -83,6 +83,7 @@ constexpr image_tag_t image_tag_ook { 'P', 'O', 'O', 'K' };
constexpr image_tag_t image_tag_adsb_tx { 'P', 'A', 'D', 'S' };
constexpr image_tag_t image_tag_replay { 'P', 'R', 'E', 'P' };
constexpr image_tag_t image_tag_fsktx { 'P', 'F', 'S', 'K' };
constexpr image_tag_t image_tag_mic_tx { 'P', 'M', 'T', 'X' };
constexpr image_tag_t image_tag_noop { 'P', 'N', 'O', 'P' };