mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 23:22:19 +03:00
Расширяем параметр usedRam
This commit is contained in:
@@ -23,7 +23,10 @@
|
||||
"specialThanks": "Serghei Crasnicov @Serghei63",
|
||||
"moduleName": "Pwm8266",
|
||||
"moduleVersion": "1.0",
|
||||
"usedRam": 15,
|
||||
"usedRam": {
|
||||
"esp32_4mb": 15,
|
||||
"esp8266_4mb": 15
|
||||
},
|
||||
"title": "PWM ESP8266",
|
||||
"moduleDesc": "Позволяет управлять Широтно-Импульсной Модуляцией на конкретном пине платы.",
|
||||
"retInfo": "Содержит текущее значение ШИМ",
|
||||
@@ -37,7 +40,7 @@
|
||||
|
||||
"defActive": true,
|
||||
|
||||
"devices": {
|
||||
"usedLibs": {
|
||||
"esp8266_4mb": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user