mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 03:57:07 +03:00
LMS seems to handle 32 pixels screen only
This commit is contained in:
@@ -89,7 +89,7 @@ static void control_handler(void *client, button_event_e event, button_press_e p
|
||||
ESP_LOGD(TAG, "control gpio:%u press:%u long:%u event:%u action:%u", key->gpio, press, long_press, event, action);
|
||||
|
||||
if (action > ACTRLS_MAX) {
|
||||
// need to do the remap here
|
||||
// need to do the remap here using button_remap
|
||||
ESP_LOGD(TAG, "remapping buttons");
|
||||
} else if (action != ACTRLS_NONE) {
|
||||
ESP_LOGD(TAG, "calling action %u", action);
|
||||
|
||||
Reference in New Issue
Block a user