|
|
@@ -47,7 +47,7 @@ function page_fill_json_html(json) {
|
|
|
document.getElementById("logo").src="images/bluemark.png";
|
|
|
document.getElementById("logo").alt="BlueMark";
|
|
|
document.getElementById("STATUS:BOARD").innerText = "BlueMark db200";
|
|
|
- document.getElementById("documentation").innerHTML = "<ul><li><a href='https://download.bluemark.io/db200.pdf'>db200 manual</a></li><li><a href='https://ardupilot.org/ardupilot/index.html'>ArduPilot Project</a></li><li><a href='https://github.com/ArduPilot/ArduRemoteID'>ArduRemoteID Project</a></li><li><a href='https://ardupilot.org/plane/docs/common-remoteid.html'>ArduPilot RemoteID Documentation</a></li><li><a href='https://www.opendroneid.org/'>OpenDroneID Website</a></li></ul>";
|
|
|
+ document.getElementById("documentation").innerHTML = "<ul><li><a href='https://download.bluemark.io/db200.pdf'>db200 series manual</a></li><li><a href='https://ardupilot.org/ardupilot/index.html'>ArduPilot Project</a></li><li><a href='https://github.com/ArduPilot/ArduRemoteID'>ArduRemoteID Project</a></li><li><a href='https://ardupilot.org/plane/docs/common-remoteid.html'>ArduPilot RemoteID Documentation</a></li><li><a href='https://www.opendroneid.org/'>OpenDroneID Website</a></li></ul>";
|
|
|
document.body.style.background = "#fafafa";
|
|
|
} else if (json[v] == "4") {
|
|
|
document.getElementById("logo").src="images/bluemark.png";
|
|
|
@@ -60,6 +60,17 @@ function page_fill_json_html(json) {
|
|
|
document.getElementById("logo").alt="BlueMark";
|
|
|
document.getElementById("STATUS:BOARD").innerText = "BlueMark db210pro";
|
|
|
document.getElementById("documentation").innerHTML = "<ul><li><a href='https://download.bluemark.io/db200.pdf'>db210pro manual</a></li><li><a href='https://ardupilot.org/ardupilot/index.html'>ArduPilot Project</a></li><li><a href='https://github.com/ArduPilot/ArduRemoteID'>ArduRemoteID Project</a></li><li><a href='https://ardupilot.org/plane/docs/common-remoteid.html'>ArduPilot RemoteID Documentation</a></li><li><a href='https://www.opendroneid.org/'>OpenDroneID Website</a></li></ul>";
|
|
|
+ } else if (json[v] == "8") {
|
|
|
+ document.getElementById("logo").src="images/bluemark.png";
|
|
|
+ document.getElementById("logo").alt="BlueMark";
|
|
|
+ document.getElementById("STATUS:BOARD").innerText = "BlueMark db202mav";
|
|
|
+ document.getElementById("documentation").innerHTML = "<ul><li><a href='https://download.bluemark.io/db200.pdf'>db200 series manual</a></li><li><a href='https://ardupilot.org/ardupilot/index.html'>ArduPilot Project</a></li><li><a href='https://github.com/ArduPilot/ArduRemoteID'>ArduRemoteID Project</a></li><li><a href='https://ardupilot.org/plane/docs/common-remoteid.html'>ArduPilot RemoteID Documentation</a></li><li><a href='https://www.opendroneid.org/'>OpenDroneID Website</a></li></ul>";
|
|
|
+ document.body.style.background = "#fafafa";
|
|
|
+ } else if (json[v] == "9") {
|
|
|
+ document.getElementById("logo").src="images/bluemark.png";
|
|
|
+ document.getElementById("logo").alt="BlueMark";
|
|
|
+ document.getElementById("STATUS:BOARD").innerText = "BlueMark db203can";
|
|
|
+ document.getElementById("documentation").innerHTML = "<ul><li><a href='https://download.bluemark.io/db200.pdf'>db200 series manual</a></li><li><a href='https://ardupilot.org/ardupilot/index.html'>ArduPilot Project</a></li><li><a href='https://github.com/ArduPilot/ArduRemoteID'>ArduRemoteID Project</a></li><li><a href='https://ardupilot.org/plane/docs/common-remoteid.html'>ArduPilot RemoteID Documentation</a></li><li><a href='https://www.opendroneid.org/'>OpenDroneID Website</a></li></ul>";
|
|
|
document.body.style.background = "#fafafa";
|
|
|
} else {
|
|
|
document.getElementById("logo").src="images/logo.jpg";
|