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

@@ -1,13 +1,6 @@
#include <MqttSettingsService.h>
// forward declarators
namespace emsesp {
class EMSESP {
public:
static Mqtt mqtt_;
static DallasSensor dallassensor_;
};
} // namespace emsesp
#include "../../src/emsesp_stub.hpp" // proddy added
/**
* Retains a copy of the cstr provided in the pointer provided using dynamic allocation.