Skip to content

Commit

Permalink
Revert lights off (#722)
Browse files Browse the repository at this point in the history
* reduce threshold

* Revert "reduce threshold"

This reverts commit 47c7d24.

* Revert "reduce threshold"

This reverts commit 47c7d24.
  • Loading branch information
zer0page authored Dec 21, 2016
1 parent b5e274e commit a8056a6
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 = 72;
const int light_off_threshold = 100;
int ret = 0;

xSemaphoreTakeRecursive(_light_data.light_smphr, portMAX_DELAY);
Expand Down

0 comments on commit a8056a6

Please sign in to comment.