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 b6d20c4 commit 41fbc7aCopy full SHA for 41fbc7a
libraries/Camera/extras/WebSerialCamera/serialConnectionHandler.js
@@ -173,7 +173,7 @@ class SerialConnectionHandler {
173
timeoutID = setTimeout(() => {
174
console.log('⌛️ Timeout occurred while reading.');
175
if (this.currentPort?.readable) reader?.cancel();
176
- this.transformer.flush();
+ this.currentTransformer.flush();
177
}, this.timeout);
178
}
179
const { value, done } = await reader.read();
0 commit comments