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