samples to skip (unint32_t)

Use unit32_t for all samples to skip
This commit is contained in:
mwalker33 2019-09-30 19:22:26 +10:00
commit 40b1d3bea7
4 changed files with 7 additions and 5 deletions

View file

@ -400,7 +400,7 @@ int CmdLFSetConfig(const char *Cmd) {
bool errors = false;
int trigger_threshold = -1;//Means no change
uint8_t unsigned_trigg = 0;
int samples_to_skip = -1;
uint32_t samples_to_skip = 0; // will return offset to 0 if not supplied. Could set to 0xffffffff if needed to not update
uint8_t cmdp = 0;