mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 14:42:18 +03:00
Расширяем параметр usedRam
This commit is contained in:
@@ -21,7 +21,10 @@
|
||||
"specialThanks": "",
|
||||
"moduleName": "ButtonOut",
|
||||
"moduleVersion": "1.0",
|
||||
"usedRam": 15,
|
||||
"usedRam": {
|
||||
"esp32_4mb": 15,
|
||||
"esp8266_4mb": 15
|
||||
},
|
||||
"title": "Управление пином",
|
||||
"moduleDesc": "Управляем состоянием конкретного пина по модели реле.",
|
||||
"propInfo": {
|
||||
@@ -38,7 +41,7 @@
|
||||
]
|
||||
},
|
||||
"defActive": true,
|
||||
"devices": {
|
||||
"usedLibs": {
|
||||
"esp32_4mb": [],
|
||||
"esp8266_4mb": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user