allow setting index refresh interval

This commit is contained in:
Tester23
2024-09-11 14:36:53 +02:00
parent f3b3b8eca8
commit 5583cac32f
4 changed files with 61 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
#ifndef _NEW_HTTP_H
#define _NEW_HTTP_H
extern int g_indexAutoRefreshInterval;
extern const char httpHeader[]; // HTTP header
extern const char httpMimeTypeHTML[]; // HTML MIME type
extern const char httpMimeTypeText[]; // TEXT MIME type