Force settings reset for 2.04
Also updates FI to #267 but wont be built in releases until string lengths fit.
This commit is contained in:
@@ -62,7 +62,7 @@ uint16_t getTipInstantTemperature() {
|
||||
uint16_t getTipRawTemp(uint8_t instant) {
|
||||
#define filterDepth1 1
|
||||
/*Pre filter used before PID*/
|
||||
#define filterDepth2 64
|
||||
#define filterDepth2 48
|
||||
/*Post filter used for UI display*/
|
||||
static uint16_t filterLayer1[filterDepth1];
|
||||
static uint16_t filterLayer2[filterDepth2];
|
||||
|
||||
Reference in New Issue
Block a user