median filter disable switch

This commit is contained in:
gemu2015 2022-10-04 11:42:56 +02:00
parent abe6fd8eaa
commit 979ba9e707
1 changed files with 3 additions and 0 deletions

View File

@ -496,7 +496,10 @@ const uint8_t meter[]=
// 672 bytes extra RAM with SML_MAX_VARS = 16
// default compile on, but must be enabled by descriptor flag 16
// may be undefined if RAM must be saved
#ifndef SML_NO_MEDIAN_FILTER
#define USE_SML_MEDIAN_FILTER
#endif
// max number of vars , may be adjusted
#ifndef SML_MAX_VARS