remove static functions from System class

This commit is contained in:
proddy
2021-03-01 22:21:18 +01:00
parent a092d83fad
commit ea5b6e5c58
17 changed files with 62 additions and 37 deletions

View File

@@ -5,7 +5,6 @@
#include <AsyncTCP.h>
#include <WiFi.h>
#include <ETH.h>
#include <FeaturesService.h>
#include <APSettingsService.h>
@@ -25,9 +24,7 @@
#include <NetworkSettingsService.h>
#include <NetworkStatus.h>
#ifdef PROGMEM_WWW
#include <WWWData.h>
#endif
class ESP8266React {
public: