chg: allow to download ´lf config´ settings to client

This commit is contained in:
iceman1001
2020-03-05 11:16:05 +01:00
parent 201f4acb8f
commit b6dcfbf078
5 changed files with 32 additions and 4 deletions

View File

@@ -34,5 +34,6 @@ int CmdLFfind(const char *Cmd);
int lf_read(bool verbose, uint32_t samples);
int lf_config(sample_config *config);
int lf_getconfig(sample_config *config);
#endif