Merge pull request #1 from Glacierty/Glacierty-patch-1

Update multi_button.c
pull/19/head
Glacierty 4 years ago committed by GitHub
commit 20c3a58110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -129,6 +129,8 @@ void button_handler(struct Button* handle)
} else {
handle->state = 0;
}
}else if(handle->ticks > SHORT_TICKS){ // long press up
handle->state = 0;
}
break;

Loading…
Cancel
Save