mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-01 11:06:30 -04:00
Added microphone TX (very basic for now)
This commit is contained in:
parent
44b2fc469c
commit
2d75722b74
7 changed files with 30 additions and 5 deletions
|
@ -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' };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue