Skip to content

Commit

Permalink
Update website for version 1.7.1 and firmware v11
Browse files Browse the repository at this point in the history
  • Loading branch information
VanceVagell committed Jan 28, 2025
1 parent 5b28f8d commit b772e35
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website-src/esp-web-tools/manifest-v10.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "kv4p HT firmware",
"version": "v8",
"version": "v10",
"new_install_prompt_erase": false,
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{ "path": "../firmware/kv4p-ht-firmware-v8.bin", "offset": 0 }
{ "path": "../firmware/kv4p-ht-firmware-v10.bin", "offset": 0 }
]
}
]
Expand Down
13 changes: 13 additions & 0 deletions website-src/esp-web-tools/manifest-v11.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "kv4p HT firmware",
"version": "v11",
"new_install_prompt_erase": false,
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{ "path": "../firmware/kv4p-ht-firmware-v11.bin", "offset": 0 }
]
}
]
}
Binary file added website-src/firmware/kv4p-ht-firmware-v11.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion website-src/quick_start.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ <h1>Optional: Web-based firmware flasher</h1>
</ul>
<li><b>Select the device "CP2102 USB to UART Bridge Controller"</b>:
<esp-web-install-button manifest="https://kv4p.com/esp-web-tools/manifest-v8.json"><button slot="activate">Flash firmware v8</button></esp-web-install-button>
<esp-web-install-button manifest="https://kv4p.com/esp-web-tools/manifest-v10.json"><button slot="activate">Flash firmware v10 (beta users)</button></esp-web-install-button></li>
<esp-web-install-button manifest="https://kv4p.com/esp-web-tools/manifest-v11.json"><button slot="activate">Flash firmware v11 (beta users)</button></esp-web-install-button></li>
<li>Device not showing up? You might need to install the <a href="https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads" target="_new">CP210x device driver</a>.</li>
</ul>
</div>
Expand Down
4 changes: 4 additions & 0 deletions website-src/updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
</nav>
<main>
<div class="main-content-area">
<h1>Jan 27, 2025: Android app update v1.7.1, ESP32 firmware v11</h1>
<ul>
<li>Fixes an incorrect firmware that was packaged with the app, preventing flashing</li>
</ul>
<h1>Jan 26, 2025: Android app update v1.7.0, ESP32 firmware v10</h1>
<ul>
<li>Adds UHF support (requires UHF radio module and UHF lowpass filter)</li>
Expand Down

0 comments on commit b772e35

Please sign in to comment.