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