This commit is contained in:
Yuri Trikoz
2020-10-18 01:47:02 +03:00
parent 3bafbb88df
commit cd9a6c98fa
2 changed files with 3 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
//#define WEBSOCKET_ENABLED //#define WEBSOCKET_ENABLED
//#define LAYOUT_IN_RAM //#define LAYOUT_IN_RAM
//#define UDP_ENABLED //#define UDP_ENABLED
//#define SSDP_EN #define SSDP_EN
//=========Sensors enable/disable=========== //=========Sensors enable/disable===========
#define TANK_LEVEL_SAMPLES 10 #define TANK_LEVEL_SAMPLES 10
@@ -45,7 +45,6 @@
#define SERIAL_ENABLED #define SERIAL_ENABLED
#define PUSH_ENABLED #define PUSH_ENABLED
struct Time_t { struct Time_t {
uint8_t second; uint8_t second;
uint8_t minute; uint8_t minute;

View File

@@ -2,6 +2,8 @@
#include <Arduino.h> #include <Arduino.h>
#include "Consts.h"
#ifdef SSDP_EN #ifdef SSDP_EN
extern void SsdpInit(); extern void SsdpInit();
extern String xmlNode(String tags, String data); extern String xmlNode(String tags, String data);