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