mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 05:57:05 +03:00
Finalize buttons for AirPlay and BT, worked on coexistence
This commit is contained in:
@@ -36,7 +36,7 @@ typedef struct {
|
||||
actrls_action_e normal[2], longpress[2], shifted[2], longshifted[2]; // [0] keypressed, [1] keyreleased
|
||||
} actrls_config_t;
|
||||
|
||||
void actrls_init(int n, actrls_config_t *config);
|
||||
void actrls_set_default(actrls_t controls);
|
||||
void actrls_set(actrls_t controls);
|
||||
void actrls_init(int n, const actrls_config_t *config);
|
||||
void actrls_set_default(const actrls_t controls);
|
||||
void actrls_set(const actrls_t controls);
|
||||
void actrls_unset(void);
|
||||
|
||||
Reference in New Issue
Block a user