Skip to content

Commit

Permalink
reduce threshold (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0page authored Dec 20, 2016
1 parent 1a0adcc commit b5e274e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitsune/commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ static int _is_light_off()
static int last_light = -1;
static int now_light;
static unsigned int last_light_time = 0;
const int light_off_threshold = 100;
const int light_off_threshold = 72;
int ret = 0;

xSemaphoreTakeRecursive(_light_data.light_smphr, portMAX_DELAY);
Expand Down

0 comments on commit b5e274e

Please sign in to comment.