From bf804a915ea4b629341047352f052ba2b8fca6b5 Mon Sep 17 00:00:00 2001 From: j1nx Date: Wed, 16 Mar 2022 11:45:49 +0100 Subject: [PATCH] Explicit enable default shipped PHAL plugins. --- .../rootfs-overlay/etc/mycroft/mycroft.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf index c34ae06a..0bf7e7dd 100644 --- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf +++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf @@ -12,6 +12,14 @@ "extension": "smartspeaker", "idle_display_skill": "skill-ovos-homescreen.openvoiceos" }, + "PHAL": { + "ovos-PHAL-plugin-system": {"enabled": true}, + "ovos-phal-connectivity-events": {"enabled": true}, + "ovos-PHAL-plugin-balena-wifi": {"enabled": true}, + "ovos-PHAL-plugin-display-manager-ipc": {"enabled": true}, + "ovos-PHAL-plugin-mk1": {"enabled": true}, + "ovos-PHAL-plugin-dashboard": {"enabled": true} + }, "listener": { "mute_during_output": false, "instant_listen": true