mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
Merge pull request #116 from biveraxe/ver3
Добавление LCD2004 в MySensors
This commit is contained in:
@@ -7,4 +7,5 @@
|
||||
0;sensor-node;100-0;anydataTemp;MySensors;Температура;order;tm1[30];tm2[60];c[1];k[0]*
|
||||
0;logging;crtid;chart;Графики;История;order;val[any];int[60];cnt[100]*
|
||||
0;logging;crtid;chart3;Графики;История;order;val[any];int[23:30];cnt[100];st[0]*
|
||||
0;uptime;uptid;anydataTime;Системные;%name%#uptime;order;int[60]*
|
||||
0;uptime;uptid;anydataTime;Системные;%name%#uptime;order;int[60]*
|
||||
0;LCD2004;lcdid;anydata;Вывод;IP;1;addr[0x27];k[20,4];int[10];c[0,0];val[ip]*
|
||||
Binary file not shown.
@@ -101,6 +101,7 @@
|
||||
#define EnableSensorUptime
|
||||
#define EnableTelegram
|
||||
#define EnableUart
|
||||
#define EnableSensorLCD2004
|
||||
#endif
|
||||
|
||||
//================================================================================================================================================================
|
||||
|
||||
@@ -94,6 +94,9 @@ lib_deps =
|
||||
MySensors @2.3.2
|
||||
marcoschwartz/LiquidCrystal_I2C@^1.1.4
|
||||
smougenot/TM1637@0.0.0-alpha+sha.9486982048
|
||||
Adafruit AHTX0
|
||||
BH1750
|
||||
ClosedCube HDC1080
|
||||
monitor_filters = esp8266_exception_decoder
|
||||
upload_speed = 921600
|
||||
monitor_speed = 115200
|
||||
@@ -143,9 +146,10 @@ lib_deps =
|
||||
ESP32 AnalogWrite
|
||||
ESP32Servo
|
||||
MySensors @2.3.2
|
||||
fmalpartida/LiquidCrystal@^1.5.0
|
||||
marcoschwartz/LiquidCrystal_I2C@^1.1.4
|
||||
smougenot/TM1637@0.0.0-alpha+sha.9486982048
|
||||
monitor_filters = esp32_exception_decoder
|
||||
Adafruit AHTX0
|
||||
BH1750
|
||||
ClosedCube HDC1080
|
||||
upload_speed = 921600
|
||||
monitor_speed = 115200
|
||||
|
||||
Reference in New Issue
Block a user