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 <ESP8266React.h>
#include <WWWData.h>
ESP8266React::ESP8266React(AsyncWebServer * server, FS * fs) ESP8266React::ESP8266React(AsyncWebServer * server, FS * fs)
: _featureService(server) : _featureService(server)
, _securitySettingsService(server, fs) , _securitySettingsService(server, fs)

View File

@@ -24,8 +24,6 @@
#include <NetworkSettingsService.h> #include <NetworkSettingsService.h>
#include <NetworkStatus.h> #include <NetworkStatus.h>
#include <WWWData.h>
class ESP8266React { class ESP8266React {
public: public:
ESP8266React(AsyncWebServer * server, FS * fs); ESP8266React(AsyncWebServer * server, FS * fs);