Skip to content

Commit

Permalink
v2.52, v2.22
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWieland committed Dec 8, 2023
1 parent dfe75b8 commit 1e8bec5
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions docs/flash.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ <h2>Choose the right version for your ratgdo hardware!</h2>
<select id="selectManifest" onchange="setManifest()">
<option value="">Please Choose Firmware Version:</option>
<optgroup label="Black v2.5 Boards Only">
<option value="flasher/manifest_v25.json">ratgdo v2.51, Security + 1.0, 2.0 & Dry Contact</option>
<option value="flasher/manifest_v25.json">ratgdo v2.52, Security + 1.0, 2.0 & Dry Contact</option>
</optgroup>
<optgroup label="White v2.0 Boards Only">
<option value="flasher/manifest_v2.json">ratgdo v2.2, Security + 2.0</option>
<option value="flasher/manifest_v2_no_wifi.json">ratgdo v2.2, Security + 2.0 (WiFi disabled)</option>
<option value="flasher/manifest_v2_alpha.json">ratgdo v2.26a, Security + 2.0 (secplus 1.0 alpha)</option>
<option value="flasher/manifest_v2.json">ratgdo v2.22, Security + 2.0</option>
<option value="flasher/manifest_v2_no_wifi.json">ratgdo v2.22, Security + 2.0 (WiFi disabled)</option>
</optgroup>
<optgroup label="Blue v1.0 Boards Only">
<option value="flasher/manifest_v1.json">ratgdo v1.8, Security + 2.0</option>
Expand Down
2 changes: 1 addition & 1 deletion docs/flasher/manifest_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"chipFamily": "ESP8266",
"parts": [
{ "path": "ratgdo_esp8266_hV2_sV2.2.bin", "offset": 0 }
{ "path": "ratgdo_esp8266_hV2_sV2.22.bin", "offset": 0 }
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion docs/flasher/manifest_v25.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"chipFamily": "ESP8266",
"parts": [
{ "path": "ratgdo_esp8266_hV25_sV2.51.bin", "offset": 0 }
{ "path": "ratgdo_esp8266_hV25_sV2.52.bin", "offset": 0 }
]
}
]
Expand Down
2 changes: 1 addition & 1 deletion docs/flasher/manifest_v2_no_wifi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"chipFamily": "ESP8266",
"parts": [
{ "path": "ratgdo_esp8266_hV2_nowifi_sV2.2.bin", "offset": 0 }
{ "path": "ratgdo_esp8266_hV2_nowifi_sV2.22.bin", "offset": 0 }
]
}
]
Expand Down
Binary file added docs/flasher/ratgdo_esp8266_hV25_sV2.52.bin
Binary file not shown.
Binary file not shown.
Binary file added docs/flasher/ratgdo_esp8266_hV2_sV2.22.bin
Binary file not shown.

0 comments on commit 1e8bec5

Please sign in to comment.