From bc8dd57b12df060f97863ce298c365aa0fba8353 Mon Sep 17 00:00:00 2001 From: MiaoMint <44718819+MiaoMint@users.noreply.github.com> Date: Mon, 1 Sep 2025 16:14:26 +0800 Subject: [PATCH] Update firmware version to v2.2.0 and add timer editing functionality in web interface --- src/config.h | 2 +- src/web_pages.h | 200 +++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 198 insertions(+), 4 deletions(-) diff --git a/src/config.h b/src/config.h index 43b298a..ccf3ab5 100644 --- a/src/config.h +++ b/src/config.h @@ -2,7 +2,7 @@ #define CONFIG_H // 固件版本信息 -#define FIRMWARE_VERSION "v2.1.0" +#define FIRMWARE_VERSION "v2.2.0" #define BUILD_DATE __DATE__ #define BUILD_TIME __TIME__ #define FIRMWARE_NAME "PetIO" diff --git a/src/web_pages.h b/src/web_pages.h index c88a561..605b03c 100644 --- a/src/web_pages.h +++ b/src/web_pages.h @@ -434,7 +434,7 @@ const char INDEX_HTML[] PROGMEM = R"rawliteral(