Adjust startup value

This commit is contained in:
Stefan `Sec` Zehl 2011-08-01 05:06:20 +02:00
parent d5e93a1fca
commit f41d900e0d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include "basic/config.h"
#define SAMPCT (4)
uint32_t light=300*SAMPCT;
uint32_t light=150*SAMPCT;
char _isnight=1;
#define threshold GLOBAL(daytrig)