fix scripts.js

This commit is contained in:
“VeLiTi”
2026-01-29 19:32:23 +01:00
parent 90472e3673
commit 2dd054d145

View File

@@ -1,6 +1,6 @@
const serialResultsDiv = document.getElementById("serialResults"); const serialResultsDiv = document.getElementById("serialResults");
// Buffer for accumulating received data before logging // Buffer for accumulating received data before logging
let receivedDataBuffer = ''; let receivedDataBuffer = '';
// Function to log communication to API // Function to log communication to API