added btn press up event

This commit is contained in:
2026-06-13 14:11:25 +02:00
parent 1b93e0cf91
commit 0805981776
2 changed files with 3 additions and 3 deletions

View File

@@ -20,8 +20,7 @@ typedef struct
buttonAction btnAcc;
const char* name;
char shortcut;
int pin;
int pin;
}action;
void button_event_cb(void *arg, void *data);