no need to recompile C++ code if Web code doesn't change

This commit is contained in:
Proddy
2021-10-16 12:50:56 +02:00
parent e4b73140c8
commit b3453d9d02
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
#include <ESP8266React.h>
#include <WWWData.h>
ESP8266React::ESP8266React(AsyncWebServer * server, FS * fs)
: _featureService(server)
, _securitySettingsService(server, fs)