We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02f5d5 commit bde5be9Copy full SHA for bde5be9
src/modules/porcupine-wake-word-worker.js
@@ -44,7 +44,7 @@ onmessage = function(e){
44
}
45
//Custom interface
46
if (e.data.gate != undefined){
47
- console.error("Message", e.data); //DEBUG
+ //console.error("Message", e.data); //DEBUG
48
gateControl(e.data.gate && e.data.gate == "open", e.data.gateOptions);
49
50
};
0 commit comments