1
0
forked from me/IronOS

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:
Ben V. Brown
2018-04-13 10:11:50 +10:00
parent 58061e3c26
commit f2f20111b6
4 changed files with 35 additions and 28 deletions

View File

@@ -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];