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