Added AFSK BW and repeat parameters

This commit is contained in:
furrtek 2015-09-16 15:43:43 +02:00
parent 00ee78f533
commit ff96464efe
9 changed files with 67 additions and 12 deletions

View file

@ -48,6 +48,7 @@ struct SharedMemory {
uint32_t afsk_phase_inc_mark;
uint32_t afsk_phase_inc_space;
uint8_t afsk_repeat;
uint32_t afsk_fmmod;
bool afsk_transmit_done;
};