mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-28 07:02:17 +03:00
Расширяем параметр usedRam
This commit is contained in:
@@ -22,7 +22,10 @@
|
||||
"specialThanks": "",
|
||||
"moduleName": "Mp3",
|
||||
"moduleVersion": "1.0",
|
||||
"usedRam": 15,
|
||||
"usedRam": {
|
||||
"esp32_4mb": 15,
|
||||
"esp8266_4mb": 15
|
||||
},
|
||||
"title": "MP3 плеер",
|
||||
"moduleDesc": "Позволяет управлять модулем проигрывания MP3 файлов с SD-карты по serial интерфейсу (DFplayer mini).",
|
||||
"propInfo": {
|
||||
@@ -82,7 +85,7 @@
|
||||
|
||||
"defActive": true,
|
||||
|
||||
"devices": {
|
||||
"usedLibs": {
|
||||
"esp32_4mb": [
|
||||
"dfrobot/DFRobotDFPlayerMini @ ^1.0.5"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user