Skip to content

Commit

Permalink
2.53 100ms dry contact & client ID fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWieland committed Dec 9, 2023
1 parent 4c9b819 commit 2964c36
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/flash.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ <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.52, Security + 1.0, 2.0 & Dry Contact</option>
<option value="flasher/manifest_v25.json">ratgdo v2.53, Security + 1.0, 2.0 & Dry Contact</option>
</optgroup>
<optgroup label="White v2.0 Boards Only">
<option value="flasher/manifest_v2.json">ratgdo v2.22, Security + 2.0</option>
<option value="flasher/manifest_v2.json">ratgdo v2.23, 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">
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.22.bin", "offset": 0 }
{ "path": "ratgdo_esp8266_hV2_sV2.23.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.52.bin", "offset": 0 }
{ "path": "ratgdo_esp8266_hV25_sV2.53.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.22.bin", "offset": 0 }
{ "path": "ratgdo_esp8266_hV2_nowifi_sV2.23.bin", "offset": 0 }
]
}
]
Expand Down
Binary file added docs/flasher/ratgdo_esp8266_hV25_sV2.53.bin
Binary file not shown.
Binary file not shown.
Binary file added docs/flasher/ratgdo_esp8266_hV2_sV2.23.bin
Binary file not shown.

0 comments on commit 2964c36

Please sign in to comment.