mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 23:22:19 +03:00
удаляем библиотеку
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#include "Global.h"
|
||||
#ifdef MYSENSORS
|
||||
#define MY_DEBUG
|
||||
#define MY_RADIO_RF24
|
||||
#define MY_RF24_PA_LEVEL RF24_PA_HIGH // RF24_PA_MIN, RF24_PA_LOW, RF24_PA_HIGH, RF24_PA_MAX
|
||||
//#define MY_ENCRYPTION_SIMPLE_PASSWD "XpenBam"
|
||||
//#define MY_RF24_DATARATE RF24_2MBPS
|
||||
#define MY_GATEWAY_SERIAL
|
||||
#include "MySensors.h"
|
||||
extern void receive(const MyMessage &message);
|
||||
extern String parseToString(const MyMessage &message);
|
||||
#endif
|
||||
@@ -37,6 +37,8 @@
|
||||
},
|
||||
"defActive": true,
|
||||
"usedLibs": {
|
||||
"esp32_4mb": []
|
||||
"esp32_4mb": [
|
||||
"MySensors@2.3.2"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user