diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 00000000..89cc49cb --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,5 @@ +.pio +.vscode/.browse.c_cpp.db* +.vscode/c_cpp_properties.json +.vscode/launch.json +.vscode/ipch diff --git a/src/web/html/api.js b/src/web/html/api.js index dc227f69..0a194634 100644 --- a/src/web/html/api.js +++ b/src/web/html/api.js @@ -27,6 +27,10 @@ function parseVersion(obj) { ); } +function parseESP(obj) { + document.getElementById("esp_type").innerHTML="Board: " + obj["esp_type"]; +} + function setHide(id, hide) { var elm = document.getElementById(id); if(hide) { diff --git a/src/web/html/index.html b/src/web/html/index.html index 51ee0e18..c2d25038 100644 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -73,8 +73,11 @@
-

- CC BY-NC-SA 3.0 +