mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
remove static functions from System class
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user