refactor display

- part of components
- separation between LMS & driver
- move slimp message to squeezelite
This commit is contained in:
philippe44
2020-01-18 16:19:06 -08:00
parent 4dad444349
commit 5a9df7b0d5
42 changed files with 443 additions and 316 deletions

View File

@@ -142,7 +142,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) {
void sb_controls_init(void) {
LOG_INFO("initializing CLI controls");
get_mac(mac);
actrls_set_default(LMS_controls, NULL);