Commit replay stuff before sync

This commit is contained in:
furrtek 2017-01-10 19:45:40 +00:00
parent 3ec725c172
commit 12aeae3a82
19 changed files with 1210 additions and 22 deletions

View file

@ -82,6 +82,7 @@ constexpr image_tag_t image_tag_tones { 'P', 'T', 'O', 'N' };
constexpr image_tag_t image_tag_rds { 'P', 'R', 'D', 'S' };
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_hackrf { 'H', 'R', 'F', '1' };