audio control JSON parsing works

This commit is contained in:
philippe44
2020-01-12 01:30:08 -08:00
parent fe74cf76cb
commit 52fad515b8
3 changed files with 43 additions and 46 deletions

View File

@@ -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;