From a0c2c8e05f0c87b6cc92b70dd1178c3ffbf29b0e Mon Sep 17 00:00:00 2001 From: Sem van der Hoeven Date: Mon, 29 May 2023 14:32:02 +0200 Subject: [PATCH] updating status log --- api/views/index.ejs | 1 + 1 file changed, 1 insertion(+) diff --git a/api/views/index.ejs b/api/views/index.ejs index 9f0f71f7..247f231b 100644 --- a/api/views/index.ejs +++ b/api/views/index.ejs @@ -61,6 +61,7 @@ function update_status() { // {"battery_percentage": 100.0, "cpu_usage": 0.0, "armed": false, "control_mode": "attitude", "route_setpoint": 0}} + console.log("updating status") var xhr = new XMLHttpRequest(); xhr.open("GET", "/status", true); xhr.onreadystatechange = function() {