diff --git a/esp_meas.pro b/esp_meas.pro index 8857ce0..f425de1 100644 --- a/esp_meas.pro +++ b/esp_meas.pro @@ -57,7 +57,8 @@ SOURCES += \ sbmp/library/payload_parser.c \ user/sampling.c \ user/page_home.c \ - user/ftoa.c + user/ftoa.c \ + user/routes.c HEADERS += \ include/uart_hw.h \ @@ -137,7 +138,8 @@ HEADERS += \ user/timeout.h \ user/sbmp_config.h \ sbmp/library/sbmp_config.example.h \ - user/ftoa.h + user/ftoa.h \ + user/routes.h DISTFILES += \ style.astylerc \ diff --git a/html/favicon.ico b/html/favicon.ico new file mode 100644 index 0000000..0985f59 Binary files /dev/null and b/html/favicon.ico differ diff --git a/html/json/samples.tpl.json b/html/json/samples.tpl.json new file mode 100644 index 0000000..1516cfd --- /dev/null +++ b/html/json/samples.tpl.json @@ -0,0 +1,4 @@ +{ + "samples": [%values%], + "success": %success% +} diff --git a/html/multipart.tpl b/html/multipart.tpl deleted file mode 100644 index 9ce194e..0000000 --- a/html/multipart.tpl +++ /dev/null @@ -1,14 +0,0 @@ - - -ESP8266 web server - - - -
-

Multipart

- -