From acd7fc45b8751444605da3c464e49ab16148e9c1 Mon Sep 17 00:00:00 2001 From: "Jan \"Yenya\" Kasprzak" Date: Fri, 14 Sep 2012 22:24:46 +0200 Subject: [PATCH] Ambient values for 15k and 1M5 resistors --- firmware/ambient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/ambient.c b/firmware/ambient.c index cbbef9e..ab28a20 100644 --- a/firmware/ambient.c +++ b/firmware/ambient.c @@ -7,7 +7,7 @@ volatile unsigned char ambient_zone; static unsigned char ambient_zone_set; static uint16_t ambient_zones[] = { - 0x10, 0x18, 0x20, 0x40, 0x100, 0x400, 0x1000, 0x4000, 0xffff + 0x60, 0x68, 0x70, 0xa0, 0x100, 0x1c0, 0x270, 0x290, 0xffff }; #define N_AMBIENT_ZONES (sizeof(ambient_zones)/sizeof(ambient_zones[0])) -- 2.39.3