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