mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Локализуем все упоминания о MySensors в модуль
This commit is contained in:
@@ -19,13 +19,6 @@
|
|||||||
#define FIRMWARE_NAME "esp32_4mb"
|
#define FIRMWARE_NAME "esp32_4mb"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MYSENSORS
|
|
||||||
|
|
||||||
//#ifdef esp32_4mb_ms
|
|
||||||
//#define FIRMWARE_NAME "esp32_4mb_ms"
|
|
||||||
//#define MYSENSORS
|
|
||||||
//#endif
|
|
||||||
|
|
||||||
//Размер буфера json
|
//Размер буфера json
|
||||||
#define JSON_BUFFER_SIZE 2048 //держим 2 кб не меняем
|
#define JSON_BUFFER_SIZE 2048 //держим 2 кб не меняем
|
||||||
#define WEB_SOCKETS_FRAME_SIZE 2048
|
#define WEB_SOCKETS_FRAME_SIZE 2048
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "Const.h"
|
#include "Const.h"
|
||||||
|
#define MYSENSORS
|
||||||
|
|
||||||
#ifdef MYSENSORS
|
#ifdef MYSENSORS
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user