diff --git a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf index 15e7e745..e17dbb5a 100644 --- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf +++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf @@ -1,10 +1,17 @@ { - "play_wav_cmdline": "aplay -Dhw:0,0 %1", - "play_mp3_cmdline": "mpg123 -a hw:0,0 %1", - "ipc_path": "/ramdisk/mycroft/ipc/", - "listener": { - "mute_during_output": false - }, - "ignore_logs": ["enclosure.mouth.viseme", "enclosure.mouth.display"], - "log_level": "DEBUG" + "play_wav_cmdline": "aplay -Dhw:0,0 %1", + "play_mp3_cmdline": "mpg123 -a hw:0,0 %1", + "ipc_path": "/ramdisk/mycroft/ipc/", + "enclosure": { + "platform": "MycroftOS", + "platform_build": 0.1.0 + }, + "listener": { + "mute_during_output": false + }, + "skills": { + "priority_skills": ["mycroft-pairing", "mycroft-volume"] + }, + "ignore_logs": ["enclosure.mouth.viseme", "enclosure.mouth.display"], + "log_level": "INFO" }