docs: update upgrade page title and heading; adjust cache control duration

This commit is contained in:
2025-02-21 14:35:12 +01:00
parent 265ff0c787
commit c1be6ca582
2 changed files with 6 additions and 4 deletions

View File

@ -11,7 +11,7 @@
#include <Update.h>
// Cache-Control Header definieren
#define CACHE_CONTROL "max-age=31536000" // Cache für 1 Jahr
#define CACHE_CONTROL "max-age=604800" // Cache für 1 Jahr
#define VERSION "1.0.0"
AsyncWebServer server(webserverPort);