pull/36/merge
Jaffer 3 years ago committed by GitHub
commit ee7eab0edb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save