change t55xx detect to unset lf config decimation to 1 if its value wasnt 1. Thanks to @mwalker33

This commit is contained in:
iceman1001 2021-07-28 09:51:35 +02:00
commit bc5d7084c3
2 changed files with 34 additions and 3 deletions

View file

@ -45,9 +45,7 @@ void printLFConfig(void) {
Dbprintf(" [a] averaging........... %s", (config.averaging) ? "yes" : "no");
Dbprintf(" [t] trigger threshold... %d", config.trigger_threshold);
Dbprintf(" [s] samples to skip..... %d ", config.samples_to_skip);
DbpString(_CYAN_("LF Sampling Stack"));
print_stack_usage();
DbpString("");
}
void printSamples(void) {