Files
IoTManager/src/modules/display/NextionUpload/modinfo.json
2023-11-13 23:55:05 +03:00

63 lines
1.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"menuSection": "screens",
"configItem": [
{
"global": 0,
"name": "Nextion Uploud",
"type": "Reading",
"subtype": "NextionUpload",
"id": "Nextion",
"widget": "",
"page": "",
"descr": "",
"host": "192.168.1.10",
"url": "nextion.tft",
"NEXT_TX": 16,
"NEXT_RX": 17,
"UpTelegram": 1
}
],
"about": {
"authorName": "AVAKS",
"authorContact": "https://t.me/@avaks_dev",
"authorGit": "https://github.com/avaksru",
"specialThanks": "",
"moduleName": "NextionUpload",
"moduleVersion": "1.1",
"usedRam": {
"esp32_4mb": 15,
"esp8266_4mb": 15
},
"title": "Nextion Upload",
"moduleDesc": "загрузка прошивки в дисплей Nextion. Команда для запуска обновления дисплея: Nextion.Update(); ",
"propInfo": {
"host": "Сервер обновления. Можно использовать LiveServer из VisualCode, указывать ip адрес",
"url": "файл прошивки экрана, указывать с расширением, например nextion.tft или iotm/test.tft",
"UpTelegram": "1 - разрешает прошивать экран через модуль Telegram_v2"
}
},
"defActive": false,
"usedLibs": {
"esp32_4mb": [
"https://github.com/Nredor/ESPNexUpload.git"
],
"esp32_4mb3f": [
"https://github.com/Nredor/ESPNexUpload.git"
],
"esp8266_4mb": [
"https://github.com/Nredor/ESPNexUpload.git"
],
"esp8266_1mb": [
"https://github.com/Nredor/ESPNexUpload.git"
],
"esp8266_1mb_ota": [
"https://github.com/Nredor/ESPNexUpload.git"
],
"esp8285_1mb": [
"https://github.com/Nredor/ESPNexUpload.git"
],
"esp8285_1mb_ota": [
"https://github.com/Nredor/ESPNexUpload.git"
]
}
}