mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
fix boardfiles with longpress option and set default minpress, refs #8318
This commit is contained in:
parent
fbcf382a64
commit
9a0dcfd895
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue