Disable wake word upload by default
==== Tech Notes ==== Change default config to disable wakeword upload.pull/1087/head
parent
03a5c5eae5
commit
bec91c2c30
|
@ -113,7 +113,7 @@
|
|||
"record_wake_words": false,
|
||||
"record_utterances": false,
|
||||
"wake_word_upload": {
|
||||
"enable": true,
|
||||
"enable": false,
|
||||
"server": "mycroft.wickedbroadband.com",
|
||||
"port": 1776,
|
||||
"user": "precise",
|
||||
|
|
Loading…
Reference in New Issue