From bcddcfc311f516c2c74856ca5935bd600c235f6e Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Fri, 27 Dec 2019 16:30:15 +0100 Subject: [PATCH] #63 add variabbles to public scope of espui --- src/ESPUI.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ESPUI.h b/src/ESPUI.h index 944f56e..b7967e9 100644 --- a/src/ESPUI.h +++ b/src/ESPUI.h @@ -171,6 +171,9 @@ public: jsonUpdateDocumentSize = 2000; jsonInitialDocumentSize = 8000; } + unsigned int jsonUpdateDocumentSize; + unsigned int jsonInitialDocumentSize; + void setVerbosity(Verbosity verbosity); void begin(const char *_title, const char *username = nullptr, const char *password = nullptr); // Setup server and page in Memorymode void beginSPIFFS(const char *_title, const char *username = nullptr, const char *password = nullptr); // Setup server and page in SPIFFSmode