fix boardfiles with longpress option and set default minpress, refs #8318

This commit is contained in:
Nabeel Sowan 2015-12-08 14:41:53 +01:00
parent fbcf382a64
commit 9a0dcfd895

View file

@ -414,7 +414,7 @@ void button_init( struct server_ctx *s_ctx)
{
struct ucilist *node;
LIST_HEAD(buttonnames);
int default_minpress = 0;
int default_minpress = 100;
char *s;
int r;