diff --git a/src/Python/flask/web/static/script.js b/src/Python/flask/web/static/script.js index 0445a32..1a052a1 100644 --- a/src/Python/flask/web/static/script.js +++ b/src/Python/flask/web/static/script.js @@ -48,10 +48,10 @@ document.addEventListener("DOMContentLoaded", function() { } // Update the image - function updateImage() { - var img = document.getElementById("robot-image"); - img.src = "/image?" + new Date().getTime(); // Add timestamp to avoid caching - } + // function updateImage() { + // var img = document.getElementById("robot-image"); + // img.src = "/image?" + new Date().getTime(); // Add timestamp to avoid caching + // } // Fetch and display sensor data every 1 second setInterval(parseData, 1000);