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.
31 lines
972 B
31 lines
972 B
{
|
|
"name": "AhoyDTU",
|
|
"funding_url": "https://ko-fi.com/lumapu",
|
|
"new_install_prompt_erase": true,
|
|
"builds": [
|
|
{
|
|
"chipFamily": "ESP8266",
|
|
"parts": [
|
|
{ "path": "/firmware/240217_ahoy_0.8.83_5ebfe5a_esp8266.bin", "offset": 0 }
|
|
]
|
|
},
|
|
{
|
|
"chipFamily": "ESP32",
|
|
"parts": [
|
|
{ "path": "/firmware/bootloader.bin", "offset": 4096 },
|
|
{ "path": "/firmware/partitions.bin", "offset": 32768 },
|
|
{ "path": "/firmware/ota.bin", "offset": 57344 },
|
|
{ "path": "/firmware/240217_ahoy_0.8.83_5ebfe5a_esp32-wroom32.bin", "offset": 65536 }
|
|
]
|
|
},
|
|
{
|
|
"chipFamily": "ESP32-C3",
|
|
"parts": [
|
|
{ "path": "/firmware/bootloader.bin", "offset": 0 },
|
|
{ "path": "/firmware/partitions.bin", "offset": 32768 },
|
|
{ "path": "/firmware/ota.bin", "offset": 57344 },
|
|
{ "path": "/firmware/240217_ahoy_0.8.83_5ebfe5a_esp32-c3-mini.bin", "offset": 65536 }
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|