From 2dd054d145955a61f4abd36f30451a933452d4fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CVeLiTi=E2=80=9D?= <“info@veliti.nl”> Date: Thu, 29 Jan 2026 19:32:23 +0100 Subject: [PATCH] fix scripts.js --- assets/scripts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts.js b/assets/scripts.js index cb1df5e..7412391 100644 --- a/assets/scripts.js +++ b/assets/scripts.js @@ -1,6 +1,6 @@ const serialResultsDiv = document.getElementById("serialResults"); -// Buffer for accumulating received data before logging +// Buffer for accumulating received data before logging let receivedDataBuffer = ''; // Function to log communication to API