mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
выгрузка длинного конфига
This commit is contained in:
@@ -119,6 +119,7 @@ enum NotAsyncActions {
|
||||
do_addPreset,
|
||||
do_sendScenUDP,
|
||||
do_sendScenMQTT,
|
||||
do_webSocketSendSetup,
|
||||
do_LAST,
|
||||
};
|
||||
|
||||
@@ -134,27 +135,27 @@ enum ConfigType_t {
|
||||
CT_SCENARIO
|
||||
};
|
||||
|
||||
//history
|
||||
//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)
|
||||
// history
|
||||
// 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)
|
||||
|
||||
//13.11.2020 (SSDP OFF, UDP OFF)
|
||||
//RAM: [===== ] 46.6% (used 38208 bytes from 81920 bytes)
|
||||
//Flash: [===== ] 54.2% (used 566388 bytes from 1044464 bytes)
|
||||
// 13.11.2020 (SSDP OFF, UDP OFF)
|
||||
// RAM: [===== ] 46.6% (used 38208 bytes from 81920 bytes)
|
||||
// Flash: [===== ] 54.2% (used 566388 bytes from 1044464 bytes)
|
||||
|
||||
//15.11.2020 (SSDP OFF, UDP OFF)
|
||||
//RAM: [===== ] 46.1% (used 37780 bytes from 81920 bytes)
|
||||
//Flash: [===== ] 54.3% (used 566656 bytes from 1044464 bytes)
|
||||
// 15.11.2020 (SSDP OFF, UDP OFF)
|
||||
// RAM: [===== ] 46.1% (used 37780 bytes from 81920 bytes)
|
||||
// Flash: [===== ] 54.3% (used 566656 bytes from 1044464 bytes)
|
||||
|
||||
//17.11.2020 (SSDP OFF, UDP OFF)
|
||||
//RAM: [===== ] 45.7% (used 37476 bytes from 81920 bytes)
|
||||
//Flash: [===== ] 54.5% (used 569296 bytes from 1044464 bytes)
|
||||
// 17.11.2020 (SSDP OFF, UDP OFF)
|
||||
// RAM: [===== ] 45.7% (used 37476 bytes from 81920 bytes)
|
||||
// Flash: [===== ] 54.5% (used 569296 bytes from 1044464 bytes)
|
||||
|
||||
//RAM: [===== ] 45.6% (used 37336 bytes from 81920 bytes)
|
||||
//Flash: [====== ] 55.3% (used 577396 bytes from 1044464 bytes)
|
||||
// RAM: [===== ] 45.6% (used 37336 bytes from 81920 bytes)
|
||||
// Flash: [====== ] 55.3% (used 577396 bytes from 1044464 bytes)
|
||||
|
||||
//eventBuf - буфер событий которые проверяются в сценариях,
|
||||
// eventBuf - буфер событий которые проверяются в сценариях,
|
||||
//и если событие удовлетворяет какому нибудь условию то выполняются указанные команды
|
||||
|
||||
//orderBuf - буфер команд которые выполняются сейчас же
|
||||
// orderBuf - буфер команд которые выполняются сейчас же
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "Global.h"
|
||||
|
||||
void wsInit();
|
||||
void wsSendSetup();
|
||||
void wsPublishData(String topic, String data);
|
||||
|
||||
Reference in New Issue
Block a user