diff --git a/modules/web/fm95.html b/modules/web/fm95.html index 04a14ad..5632af8 100644 --- a/modules/web/fm95.html +++ b/modules/web/fm95.html @@ -365,7 +365,7 @@ function poll() { if (ws && ws.readyState === WebSocket.OPEN) ws.send(POLL_MSG); } connect(); - animLoop(); + drawScope(); \ No newline at end of file