- moves transistion time and app time setting into onscreen-menu - Text starts to scroll on the left side instead from right - allows to switch to a page by name via mqtt - custompages doesnt need to have integers as an id anymore, you can also use strings now. closes #7 closes #4
31 lines
582 B
JSON
31 lines
582 B
JSON
{
|
|
"name": "AWTRIX Light",
|
|
"version": "0.35",
|
|
"home_assistant_domain": "AwtrixLight",
|
|
"funding_url": "https://blueforcer.de",
|
|
"new_install_prompt_erase": true,
|
|
"builds": [
|
|
{
|
|
"chipFamily": "ESP32",
|
|
"parts": [
|
|
{
|
|
"path": "bootloader.bin",
|
|
"offset": 4096
|
|
},
|
|
{
|
|
"path": "partitions.bin",
|
|
"offset": 32768
|
|
},
|
|
{
|
|
"path": "boot_app0.bin",
|
|
"offset": 57344
|
|
},
|
|
{
|
|
"path": "firmware.bin",
|
|
"offset": 65536
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|