mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 12:07:09 +03:00
finish remapping
- actrls_brd config renamed actrls_config - get rid of static board definitions - allow JSON config string to only initialize what it needs - add control_hook
This commit is contained in:
@@ -145,7 +145,7 @@ static void notify(in_addr_t ip, u16_t hport, u16_t cport) {
|
||||
void cli_controls_init(void) {
|
||||
LOG_INFO("initializing CLI controls");
|
||||
get_mac(mac);
|
||||
actrls_set_default(LMS_controls);
|
||||
actrls_set_default(LMS_controls, NULL);
|
||||
chained_notify = server_notify;
|
||||
server_notify = notify;
|
||||
}
|
||||
Reference in New Issue
Block a user