From 520baa492012e60e7b11a59556d9103312304255 Mon Sep 17 00:00:00 2001 From: Yurii Date: Sun, 14 Jan 2024 19:16:24 +0300 Subject: [PATCH] refactor: sensors type settings moved to portal, entities for HA have been deleted; logging settings moved; bump version --- data/index.html | 2 +- data/network.html | 4 +- data/settings.html | 140 +++++++++++++++++++++++++------- data/static/app.css.gz | Bin 381 -> 495 bytes data/static/app.js.gz | Bin 3704 -> 3799 bytes data/upgrade.html | 2 +- noCompressedData/static/app.css | 13 +++ noCompressedData/static/app.js | 32 ++++++-- platformio.ini | 2 +- src/HaHelper.h | 72 ---------------- src/MainTask.h | 26 ++---- src/MqttTask.h | 5 +- src/PortalTask.h | 2 +- src/Settings.h | 6 +- src/defines.h | 2 +- src/main.cpp | 34 ++++---- src/utils.h | 29 +++++-- 17 files changed, 207 insertions(+), 164 deletions(-) diff --git a/data/index.html b/data/index.html index 937d08b..5143da4 100644 --- a/data/index.html +++ b/data/index.html @@ -12,7 +12,7 @@