mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 12:07:09 +03:00
buttons extension + config memory leak & external allocation
This commit is contained in:
@@ -33,4 +33,6 @@ set shifter_gpio to -1 for no shift
|
||||
NOTE: shifter buttons *must* be created before shiftee
|
||||
*/
|
||||
|
||||
void button_create(void *id, int gpio, int type, bool pull, int debounce, button_handler handler, int long_press, int shifter_gpio);
|
||||
void button_create(void *client, int gpio, int type, bool pull, int debounce, button_handler handler, int long_press, int shifter_gpio);
|
||||
void *button_remap(void *client, int gpio, button_handler handler, int long_press, int shifter_gpio);
|
||||
void button_get_client(int gpio);
|
||||
|
||||
Reference in New Issue
Block a user