mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
SSDP_EN
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user