From 85da8846d8735ab65c5db700a47784fc26503a3c Mon Sep 17 00:00:00 2001 From: j1nx Date: Wed, 16 Mar 2022 12:02:35 +0100 Subject: [PATCH] Fix mycroft.conf PHAL entry point --- buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf index 0bf7e7dd..364ddce2 100644 --- a/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf +++ b/buildroot-external/rootfs-overlay/etc/mycroft/mycroft.conf @@ -14,7 +14,7 @@ }, "PHAL": { "ovos-PHAL-plugin-system": {"enabled": true}, - "ovos-phal-connectivity-events": {"enabled": true}, + "ovos-PHAL-plugin-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},