mirror of
https://github.com/martin-ger/esp_wifi_repeater.git
synced 2026-07-28 04:06:57 +00:00
17 lines
406 B
JSON
17 lines
406 B
JSON
{
|
|
"name": "ESP WiFi Repeater (L2 Bridge)",
|
|
"version": "3.0.0",
|
|
"builds": [
|
|
{
|
|
"chipFamily": "ESP8266",
|
|
"slow": true,
|
|
"baudrate": 115200,
|
|
"parts": [
|
|
{ "path": "firmware-repeater/0x00000.bin", "offset": 0 },
|
|
{ "path": "firmware-repeater/0x02000.bin", "offset": 8192 },
|
|
{ "path": "firmware-repeater/0x82000.bin", "offset": 532480 }
|
|
]
|
|
}
|
|
]
|
|
}
|