diff options
author | kliment <kliment.yanev@gmail.com> | 2011-08-25 12:06:52 -0700 |
---|---|---|
committer | kliment <kliment.yanev@gmail.com> | 2011-08-25 12:06:52 -0700 |
commit | 936fbc26de04448883aee1a046875569536426d1 (patch) | |
tree | f61390b42f63f4a63ed8d81e51e9c26b17a394c4 | |
parent | 382953c732c2b99f0c06531e4960f69410d01795 (diff) | |
parent | 2c2336d8abc10059f59c6c7a10cb40aeb6cccd78 (diff) |
Merge pull request #76 from alexrj/smoothing-config
Tiny change to confusing config option
-rw-r--r-- | Sprinter/Configuration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sprinter/Configuration.h b/Sprinter/Configuration.h index 8310773..00eaf55 100644 --- a/Sprinter/Configuration.h +++ b/Sprinter/Configuration.h @@ -139,7 +139,7 @@ char uuid[] = "00000000-0000-0000-0000-000000000000"; #define DISABLE_CHECK_DURING_TRAVEL 1000 //// Temperature smoothing - only uncomment this if your temp readings are noisy (Gen6 without EvdZ's 5V hack) -//#define SMOOTHING 1 +//#define SMOOTHING //#define SMOOTHFACTOR 16 //best to use a power of two here - determines how many values are averaged together by the smoothing algorithm //// Experimental watchdog and minimal temp |