Skip to content

Commit 85ff963

Browse files
authored
Merge pull request #61 from lost-hope/v4-update
V4 update and corsproxy change
2 parents 3568993 + c43f4c8 commit 85ff963

27 files changed

Lines changed: 98 additions & 60 deletions

bin/Beta/beta_0_15_1-b1/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,34 +8,34 @@
88
"chipFamily": "ESP32",
99
"parts": [
1010
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
11-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP32.bin", "offset": 65536 }
11+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP32.bin", "offset": 65536 }
1212
]
1313
},
1414
{
1515
"chipFamily": "ESP32-C3",
1616
"parts": [
1717
{ "path": "esp32-c3_bootloader_v2.bin", "offset": 0 },
18-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP32-C3.bin", "offset": 65536 }
18+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP32-C3.bin", "offset": 65536 }
1919
]
2020
},
2121
{
2222
"chipFamily": "ESP32-S2",
2323
"parts": [
2424
{ "path": "bootloader_s2.bin", "offset": 0 },
25-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP32-S2.bin", "offset": 65536 }
25+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP32-S2.bin", "offset": 65536 }
2626

2727
]
2828
},
2929
{
3030
"chipFamily": "ESP32-S3",
3131
"parts": [
3232
{ "path": "bootloader_s3.bin", "offset": 0 },
33-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP32-S3_4M_qspi.bin", "offset": 65536 }
33+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP32-S3_4M_qspi.bin", "offset": 65536 }
3434
]
3535
},
3636
{
3737
"chipFamily": "ESP8266",
38-
"parts": [{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP8266.bin", "offset": 0 }]
38+
"parts": [{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP8266.bin", "offset": 0 }]
3939
}
4040
]
4141
}

bin/Beta/beta_0_15_1-b1/manifest_e.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"chipFamily": "ESP32",
99
"parts": [
1010
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
11-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP32_Ethernet.bin", "offset": 65536 }
11+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP32_Ethernet.bin", "offset": 65536 }
1212
]
1313
},
1414
{
1515
"chipFamily": "ESP8266",
16-
"parts": [{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP8266.bin", "offset": 0 }]
16+
"parts": [{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP8266.bin", "offset": 0 }]
1717
}
1818
]
1919
}

bin/Beta/beta_0_15_1-b1/manifest_t.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"builds": [
77
{
88
"chipFamily": "ESP8266",
9-
"parts": [{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP8266_160.bin", "offset": 0 }]
9+
"parts": [{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/v0.15.1.beta1/WLED_0.15.1.beta1_ESP8266_160.bin", "offset": 0 }]
1010
}
1111
]
1212
}

bin/Beta/beta_0_15_1-b2/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,34 @@
77
"chipFamily": "ESP32",
88
"parts": [
99
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
10-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta2/WLED_0.15.1.beta2_ESP32.bin", "offset": 65536 }
10+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/v0.15.1.beta2/WLED_0.15.1.beta2_ESP32.bin", "offset": 65536 }
1111
]
1212
},
1313
{
1414
"chipFamily": "ESP32-C3",
1515
"parts": [
1616
{ "path": "esp32-c3_bootloader_v2.bin", "offset": 0 },
17-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta2/WLED_0.15.1.beta2_ESP32-C3.bin", "offset": 65536 }
17+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/v0.15.1.beta2/WLED_0.15.1.beta2_ESP32-C3.bin", "offset": 65536 }
1818
]
1919
},
2020
{
2121
"chipFamily": "ESP32-S2",
2222
"parts": [
2323
{ "path": "bootloader_s2.bin", "offset": 0 },
24-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta2/WLED_0.15.1.beta2_ESP32-S2.bin", "offset": 65536 }
24+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/v0.15.1.beta2/WLED_0.15.1.beta2_ESP32-S2.bin", "offset": 65536 }
2525

2626
]
2727
},
2828
{
2929
"chipFamily": "ESP32-S3",
3030
"parts": [
3131
{ "path": "bootloader_s3.bin", "offset": 0 },
32-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta2/WLED_0.15.1.beta2_ESP32-S3_4M_qspi.bin", "offset": 65536 }
32+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/v0.15.1.beta2/WLED_0.15.1.beta2_ESP32-S3_4M_qspi.bin", "offset": 65536 }
3333
]
3434
},
3535
{
3636
"chipFamily": "ESP8266",
37-
"parts": [{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta2/WLED_0.15.1.beta2_ESP8266.bin", "offset": 0 }]
37+
"parts": [{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/v0.15.1.beta2/WLED_0.15.1.beta2_ESP8266.bin", "offset": 0 }]
3838
}
3939
]
4040
}

bin/Beta/beta_0_15_1-b2/manifest_e.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"chipFamily": "ESP32",
88
"parts": [
99
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
10-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta2/WLED_0.15.1.beta2_ESP32_Ethernet.bin", "offset": 65536 }
10+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/v0.15.1.beta2/WLED_0.15.1.beta2_ESP32_Ethernet.bin", "offset": 65536 }
1111
]
1212
},
1313
{
1414
"chipFamily": "ESP8266",
15-
"parts": [{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta2/WLED_0.15.1.beta2_ESP8266.bin", "offset": 0 }]
15+
"parts": [{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/v0.15.1.beta2/WLED_0.15.1.beta2_ESP8266.bin", "offset": 0 }]
1616
}
1717
]
1818
}

bin/Beta/beta_0_15_1-b2/manifest_t.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"builds": [
66
{
77
"chipFamily": "ESP8266",
8-
"parts": [{ "path": "https://corsproxy.io/?url=https://github.com/wled/Wled/releases/download/v0.15.1.beta2/WLED_0.15.1.beta2_ESP8266_160.bin", "offset": 0 }]
8+
"parts": [{ "path": "https://proxy.corsfix.com/?https://github.com/wled/Wled/releases/download/v0.15.1.beta2/WLED_0.15.1.beta2_ESP8266_160.bin", "offset": 0 }]
99
}
1010
]
1111
}

bin/Release/release_0_14_3/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,35 @@
77
"chipFamily": "ESP32",
88
"parts": [
99
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
10-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/WLED/releases/download/v0.14.3/WLED_0.14.3_ESP32.bin", "offset": 65536 }
10+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/WLED/releases/download/v0.14.3/WLED_0.14.3_ESP32.bin", "offset": 65536 }
1111
]
1212
},
1313
{
1414
"chipFamily": "ESP32-C3",
1515
"parts": [
1616
{ "path": "esp32-c3_bootloader_v2.bin", "offset": 0 },
17-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/WLED/releases/download/v0.14.3/WLED_0.14.3_ESP32-C3.bin", "offset": 65536 }
17+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/WLED/releases/download/v0.14.3/WLED_0.14.3_ESP32-C3.bin", "offset": 65536 }
1818
]
1919
},
2020
{
2121
"chipFamily": "ESP32-S2",
2222
"parts": [
2323
{ "path": "bootloader_s2.bin", "offset": 0 },
2424
{ "path": "partitions_s2_4m.bin", "offset": 32.768 },
25-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/WLED/releases/download/v0.14.3/WLED_0.14.3_ESP32-S2.bin", "offset": 65536 }
25+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/WLED/releases/download/v0.14.3/WLED_0.14.3_ESP32-S2.bin", "offset": 65536 }
2626
]
2727
},
2828
{
2929
"chipFamily": "ESP32-S3",
3030
"parts": [
3131
{ "path": "bootloader_s3.bin", "offset": 0 },
3232
{ "path": "partitions_s3_8m.bin", "offset": 32.768 },
33-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/WLED/releases/download/v0.14.3/WLED_0.14.3_ESP32-S3_8MB.bin", "offset": 65536 }
33+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/WLED/releases/download/v0.14.3/WLED_0.14.3_ESP32-S3_8MB.bin", "offset": 65536 }
3434
]
3535
},
3636
{
3737
"chipFamily": "ESP8266",
38-
"parts": [{ "path": "https://corsproxy.io/?url=https://github.com/wled/WLED/releases/download/v0.14.3/WLED_0.14.3_ESP8266.bin", "offset": 0 }]
38+
"parts": [{ "path": "https://proxy.corsfix.com/?https://github.com/wled/WLED/releases/download/v0.14.3/WLED_0.14.3_ESP8266.bin", "offset": 0 }]
3939
}
4040
]
4141
}

bin/Release/release_0_14_3/manifest_a.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"chipFamily": "ESP32",
88
"parts": [
99
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
10-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/WLED/releases/download/v0.14.3/WLED_0.14.3_ESP32_audioreactive.bin", "offset": 65536 }
10+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/WLED/releases/download/v0.14.3/WLED_0.14.3_ESP32_audioreactive.bin", "offset": 65536 }
1111
]
1212
}
1313
]

bin/Release/release_0_14_3/manifest_e.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"chipFamily": "ESP32",
88
"parts": [
99
{ "path": "esp32_bootloader_v4.bin", "offset": 0 },
10-
{ "path": "https://corsproxy.io/?url=https://github.com/wled/WLED/releases/download/v0.14.3/WLED_0.14.3_ESP32_Ethernet.bin", "offset": 65536 }
10+
{ "path": "https://proxy.corsfix.com/?https://github.com/wled/WLED/releases/download/v0.14.3/WLED_0.14.3_ESP32_Ethernet.bin", "offset": 65536 }
1111
]
1212
},
1313
{
1414
"chipFamily": "ESP8266",
15-
"parts": [{ "path": "https://corsproxy.io/?url=https://github.com/wled/WLED/releases/download/v0.14.3/WLED_0.14.3_ESP8266.bin", "offset": 0 }]
15+
"parts": [{ "path": "https://proxy.corsfix.com/?https://github.com/wled/WLED/releases/download/v0.14.3/WLED_0.14.3_ESP8266.bin", "offset": 0 }]
1616
}
1717
]
1818
}

bin/Release/release_0_14_3/manifest_t.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"builds": [
66
{
77
"chipFamily": "ESP8266",
8-
"parts": [{ "path": "https://corsproxy.io/?url=https://github.com/wled/WLED/releases/download/v0.14.3/WLED_0.14.3_ESP8266_160.bin", "offset": 0 }]
8+
"parts": [{ "path": "https://proxy.corsfix.com/?https://github.com/wled/WLED/releases/download/v0.14.3/WLED_0.14.3_ESP8266_160.bin", "offset": 0 }]
99
}
1010
]
1111
}

0 commit comments

Comments
 (0)