Morse TX foxhunt codes are working

This commit is contained in:
furrtek 2017-02-13 23:24:42 +00:00
parent 4e8980e5d8
commit 6c86ad1b72
8 changed files with 330 additions and 182 deletions

View file

@ -44,7 +44,7 @@ struct ToneDef {
struct ToneData {
ToneDef tone_defs[32];
uint32_t silence;
uint8_t message[128];
uint8_t message[256];
};
/* NOTE: These structures must be located in the same location in both M4 and M0 binaries */