From f38e6fe6aee6ec45dc75475007c90ef70c66446e Mon Sep 17 00:00:00 2001 From: Thomas Kolb Date: Fri, 3 Jan 2025 22:45:10 +0100 Subject: [PATCH] Add support for the BME680 sensor --- data/htdocs/index.html | 43 ++++++++++--- include/WebServer.h | 4 +- platformio.ini | 1 + src/WebServer.cpp | 12 +++- src/main.cpp | 135 +++++++++++++++++++++++++++++++++++------ 5 files changed, 165 insertions(+), 30 deletions(-) diff --git a/data/htdocs/index.html b/data/htdocs/index.html index e168391..f20c951 100644 --- a/data/htdocs/index.html +++ b/data/htdocs/index.html @@ -7,20 +7,27 @@