From a3be4f19a1b533f95955a8e04dee82b17958c468 Mon Sep 17 00:00:00 2001 From: Ollo Date: Sat, 18 Dec 2021 13:41:51 +0100 Subject: [PATCH] Seperate webpage for the diagram --- data/chart.htm | 37 +++++++++++++++++++++++++++++++++++++ data/index.htm | 34 ++++------------------------------ platformio.ini | 2 +- 3 files changed, 42 insertions(+), 31 deletions(-) create mode 100644 data/chart.htm diff --git a/data/chart.htm b/data/chart.htm new file mode 100644 index 0000000..b7a5587 --- /dev/null +++ b/data/chart.htm @@ -0,0 +1,37 @@ + + + + + IKEA Home Sensor Diagram + + + + + + + \ No newline at end of file diff --git a/data/index.htm b/data/index.htm index 50b376b..cb4e2ff 100644 --- a/data/index.htm +++ b/data/index.htm @@ -14,7 +14,6 @@ background-color: #b8b8b8; color: black; } - @@ -117,6 +88,9 @@ - +

Diagram

+

+ Can be found on the next page. +

diff --git a/platformio.ini b/platformio.ini index 205ea9e..5a62172 100644 --- a/platformio.ini +++ b/platformio.ini @@ -25,4 +25,4 @@ lib_deps = https://github.com/homieiot/homie-esp8266.git#develop adafruit/Adafruit BMP280 Library @ ^2.4.2 adafruit/Adafruit BME680 Library @ ^2.0.1 -upload_port = /dev/ttyUSB0 \ No newline at end of file +upload_port = /dev/ttyUSB1 \ No newline at end of file