mirror of https://github.com/lumapu/ahoy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
639 B
23 lines
639 B
{
|
|
"name": "AhoyDTU",
|
|
"version": "0.5.28",
|
|
"funding_url": "https://ko-fi.com/lumapu",
|
|
"new_install_prompt_erase": true,
|
|
"builds": [
|
|
{
|
|
"chipFamily": "ESP32",
|
|
"parts": [
|
|
{ "path": "/firmware/bootloader.bin", "offset": 4096 },
|
|
{ "path": "/firmware/partitions.bin", "offset": 32768 },
|
|
{ "path": "/firmware/ota.bin", "offset": 57344 },
|
|
{ "path": "/firmware/221030_ahoy_0.5.28_esp32_2e08ee0.bin", "offset": 65536 }
|
|
]
|
|
},
|
|
{
|
|
"chipFamily": "ESP8266",
|
|
"parts": [
|
|
{ "path": "/firmware/221030_ahoy_0.5.28_esp8266_2e08ee0.bin", "offset": 0 }
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|