Расширяем параметр usedRam

This commit is contained in:
2022-10-06 13:27:47 +03:00
parent e3ec40dec2
commit a9fc941c9b
41 changed files with 186 additions and 78 deletions

View File

@@ -21,7 +21,10 @@
"specialThanks": "",
"moduleName": "IoTWiegand",
"moduleVersion": "1.0",
"usedRam": 15,
"usedRam": {
"esp32_4mb": 15,
"esp8266_4mb": 15
},
"title": "Считыватель Wiegand (в разработке)",
"moduleDesc": "Позволяет получить коды доступа по протоколу Wiegand с различных считывателей. На данный момент модуль в РАЗРАБОТКЕ",
"propInfo": {
@@ -31,7 +34,7 @@
}
},
"defActive": false,
"devices": {
"usedLibs": {
"esp32_4mb": [
"https://github.com/jpliew/Wiegand-NG-Multi-Bit-Wiegand-Library-for-Arduino"
],