Added remaining buttons for TouchTunes remote

LCR transmit UI cleanup
CC1101 data whitening function
Uniformized tx progress message handling
This commit is contained in:
furrtek 2017-09-24 20:05:42 +01:00
parent 26949773bb
commit 73d47cd77d
48 changed files with 504 additions and 486 deletions

View file

@ -46,7 +46,7 @@ private:
int8_t sample { 0 };
int8_t re { 0 }, im { 0 };
TXDoneMessage message { };
TXProgressMessage txprogress_message { };
};
#endif