fix onload not executing

This commit is contained in:
Siwat Sirichai 2024-05-19 03:03:22 +07:00
parent 093cd4506c
commit aff49fe67a
6 changed files with 1067 additions and 814 deletions

View file

@ -2,6 +2,7 @@
#include <FS.h>
#include <ESPAsyncWebServer.h>
#include <ESPMegaIoT.hpp>
#include <ESPMegaCommon.hpp>
#include <Update.h>
#include <FRAM.h>
#include <ArduinoJson.h>