Merge API branch into main #12

Merged
SemvdH merged 334 commits from api into main 2023-06-13 19:54:43 +00:00
Showing only changes of commit dd364da5be - Show all commits

View File

@@ -93,7 +93,7 @@
document.getElementById("armed").innerHTML = "Armed: " + data.data.armed;
document.getElementById("control_mode").innerHTML = "Control mode: " + data.data.control_mode;
} else {
console.log(data.image)
decodeBase64Image(data.image, document.getElementById("result-video"));
}
} catch (error) {
console.error(error);