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 c3ab03b617 - Show all commits

View File

@@ -28,7 +28,7 @@ var connect_to_api = function () {
last_status = msg.data;
} else if (msg.type == "IMAGE") {
console.log("got picture");
console.log(msg.image);
// console.log(msg.image);
last_image = msg.image;
received_picture = true;
}