split lf indala[cmd] to lf indala [cmd]

see changelog.md for cli changes!
This commit is contained in:
marshmellow42 2017-03-24 19:18:33 -04:00
parent 2b4898ec71
commit 0fb65a262b
7 changed files with 365 additions and 294 deletions

View file

@ -59,7 +59,6 @@ int CmdSave(const char *Cmd);
int CmdScale(const char *Cmd);
int CmdDirectionalThreshold(const char *Cmd);
int CmdZerocrossings(const char *Cmd);
int CmdIndalaDecode(const char *Cmd);
int ASKbiphaseDemod(const char *Cmd, bool verbose);
int ASKDemod(const char *Cmd, bool verbose, bool emSearch, uint8_t askType);
int ASKDemod_ext(const char *Cmd, bool verbose, bool emSearch, uint8_t askType, bool *stCheck);