Fix: Restart was triggered before all website data was sent

This led to the effect that e.g. the confirmation messages where  not shown.

It is somehow related to ESPAsyncWebServer 3.3.0
This commit is contained in:
Thomas Basler
2024-09-23 18:11:52 +02:00
parent 5c460e26c9
commit e785904fca
10 changed files with 66 additions and 38 deletions

View File

@@ -9,7 +9,6 @@ public:
static uint32_t getChipId();
static uint64_t generateDtuSerial();
static int getTimezoneOffset();
static void restartDtu();
static bool checkJsonAlloc(const JsonDocument& doc, const char* function, const uint16_t line);
static void removeAllFiles();
};