mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 20:47:08 +03:00
audio control JSON parsing works
This commit is contained in:
@@ -143,6 +143,7 @@ static void notify(in_addr_t ip, u16_t hport, u16_t cport) {
|
||||
* Initialize controls - shall be called once from output_init_embedded
|
||||
*/
|
||||
void cli_controls_init(void) {
|
||||
LOG_INFO("initializing CLI controls");
|
||||
get_mac(mac);
|
||||
actrls_set_default(LMS_controls);
|
||||
chained_notify = server_notify;
|
||||
|
||||
Reference in New Issue
Block a user