mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
editor changed
This commit is contained in:
@@ -31,11 +31,10 @@
|
||||
//#define MDNS_ENABLED
|
||||
//#define WEBSOCKET_ENABLED
|
||||
//#define LAYOUT_IN_RAM
|
||||
#define UDP_ENABLED
|
||||
//#define UDP_ENABLED
|
||||
//#define SSDP_ENABLED
|
||||
|
||||
//=========Sensors enable/disable=================================================================================================================================
|
||||
#define TANK_LEVEL_SAMPLES 10
|
||||
#define LEVEL_ENABLED
|
||||
#define ANALOG_ENABLED
|
||||
#define DALLAS_ENABLED
|
||||
@@ -107,6 +106,6 @@ enum ConfigType_t {
|
||||
CT_SCENARIO
|
||||
};
|
||||
|
||||
//07.11.2020
|
||||
//07.11.2020 (SSDP OFF, UDP OFF)
|
||||
//RAM: [===== ] 46.8% (used 38376 bytes from 81920 bytes)
|
||||
//Flash: [===== ] 54.2% (used 566004 bytes from 1044464 bytes)
|
||||
@@ -3,7 +3,7 @@
|
||||
#include "Global.h"
|
||||
|
||||
extern void initSt();
|
||||
extern String updateDevicePsn(String lat, String lon, String accur);
|
||||
extern String updateDevicePsn(String lat, String lon, String accur, String geo);
|
||||
extern String updateDeviceStatus();
|
||||
extern String addNewDevice();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user