1
0
forked from me/IronOS

Slow temp, add #124

Closes #124
This commit is contained in:
Ben V. Brown
2017-12-12 11:26:00 +11:00
parent 0f4ceb131c
commit b0e20b9e2f
3 changed files with 227 additions and 165 deletions

View File

@@ -58,7 +58,7 @@ uint16_t getTipInstantTemperature() {
uint16_t getTipRawTemp(uint8_t instant) {
#define filterDepth1 1
/*Pre filter used before PID*/
#define filterDepth2 32
#define filterDepth2 64
/*Post filter used for UI display*/
static uint16_t filterLayer1[filterDepth1];
static uint16_t filterLayer2[filterDepth2];