Skip to content

Commit

Permalink
Merge pull request #217 from OpenVoiceOS/fix/enable_phal_system_plugin
Browse files Browse the repository at this point in the history
[ansible/templates] Enable ovos-PHAL-plugin-system plugin
  • Loading branch information
goldyfruit authored Nov 29, 2024
2 parents 8c88618 + 1a2dbba commit 4c7cf45
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ansible/roles/ovos_installer/templates/mycroft.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@
"max_msg_size": {{ 100 if ovos_installer_feature_gui | bool and ovos_installer_method == "containers" else 25 }}
},
"PHAL": {
{% if 'tas5806' in ovos_installer_i2c_devices %}
"admin": {
"ovos-PHAL-plugin-system": {
"enabled": true
}
}{% if 'tas5806' in ovos_installer_i2c_devices %},
"ovos-PHAL-plugin-hotkeys": {
"key_down": {
"mycroft.mic.listen": 582,
Expand Down

0 comments on commit 4c7cf45

Please sign in to comment.