From 4d685af2992eeff98624ffbd3425ba279d7aa99b Mon Sep 17 00:00:00 2001 From: "Victor Grishchenko (mughal)" Date: Tue, 2 Mar 2010 09:51:03 +0100 Subject: [PATCH] moscow never sleeps --- send_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/send_control.cpp b/send_control.cpp index 005b70c..6f76bc4 100644 --- a/send_control.cpp +++ b/send_control.cpp @@ -13,7 +13,7 @@ using namespace swift; using namespace std; tint Channel::MIN_DEV = 50*TINT_MSEC; -tint Channel::MAX_SEND_INTERVAL = TINT_SEC*58; +tint Channel::MAX_SEND_INTERVAL = TINT_SEC; //*58 tint Channel::LEDBAT_TARGET = TINT_MSEC*25; float Channel::LEDBAT_GAIN = 1.0/LEDBAT_TARGET; tint Channel::LEDBAT_DELAY_BIN = TINT_SEC*30; -- 2.20.1