From 0e8ffb46d86f38ca503ad47423c79fc1e84e7170 Mon Sep 17 00:00:00 2001 From: j1nx Date: Sun, 13 Mar 2022 12:44:48 +0100 Subject: [PATCH] Add enclosure config block back till we have migrated the two options --- buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf index d64a8237..1767436b 100644 --- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf +++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf @@ -4,6 +4,10 @@ "play_wav_cmdline": "paplay %1", "play_mp3_cmdline": "mpg123 %1", "ipc_path": "/dev/shm/mycroft/ipc/", + "enclosure": { + "platform": "OpenVoiceOS", + "ntp_sync_on_boot": true + }, "gui": { "extension": "smartspeaker", "idle_display_skill": "skill-ovos-homescreen.openvoiceos"