fix scripts.js
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user