mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2026-06-14 11:56:32 +03:00
refactor network code
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
#include "mqtt.h"
|
||||
#include "modbus.h"
|
||||
#include "system.h"
|
||||
#include "network.h"
|
||||
#include "temperaturesensor.h"
|
||||
#include "analogsensor.h"
|
||||
#include "console.h"
|
||||
@@ -228,6 +229,7 @@ class EMSESP {
|
||||
static Mqtt mqtt_;
|
||||
static Modbus * modbus_;
|
||||
static System system_;
|
||||
static Network network_;
|
||||
static TemperatureSensor temperaturesensor_;
|
||||
static AnalogSensor analogsensor_;
|
||||
static Shower shower_;
|
||||
|
||||
Reference in New Issue
Block a user