ソースを参照

disable repeat throttling by default

Chris Mullins 8 年 前
コミット
6224480bb2
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      lib/Settings/Settings.h

+ 1 - 1
lib/Settings/Settings.h

@@ -76,7 +76,7 @@ public:
     stateFlushInterval(1000),
     mqttStateRateLimit(500),
     packetRepeatThrottleThreshold(200),
-    packetRepeatThrottleSensitivity(1),
+    packetRepeatThrottleSensitivity(0),
     packetRepeatMinimum(3)
   { }