X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=firmware%2Fambient.c;h=f6e8ae5f5be088eba62d2efc6533b495e5a254bd;hb=5d0f6ceb47eed2282aeb11eb57eebc390add234e;hp=59c85a79b2e17bb11b65b54d0d3fb79f170e3154;hpb=b0572d0cae20a9fd351b197a0ea9b01fc658ee77;p=bike-lights.git diff --git a/firmware/ambient.c b/firmware/ambient.c index 59c85a7..f6e8ae5 100644 --- a/firmware/ambient.c +++ b/firmware/ambient.c @@ -16,8 +16,8 @@ typedef struct { */ static ambient_zone_t ambient_zones[] = { { 0x0000, 0xb000 }, // dark - { 0xa800, 0xc400 }, - { 0xc200, 0xcb00 }, + { 0xa800, 0xc700 }, + { 0xc600, 0xcb00 }, { 0xca80, 0xffff } }; #define N_AMBIENT_ZONES (sizeof(ambient_zones)/sizeof(ambient_zones[0]))