Signed-off-by: jaffer <jaffer.work@foxmail.com>
@ -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;