Skip to content

Commit

Permalink
Update website for new version of app and firmware
Browse files Browse the repository at this point in the history
  • Loading branch information
VanceVagell committed Jan 26, 2025
1 parent 78cecaa commit d1b67ce
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
13 changes: 13 additions & 0 deletions website-src/esp-web-tools/manifest-v10.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "kv4p HT firmware",
"version": "v8",
"new_install_prompt_erase": false,
"builds": [
{
"chipFamily": "ESP32",
"parts": [
{ "path": "../firmware/kv4p-ht-firmware-v8.bin", "offset": 0 }
]
}
]
}
3 changes: 2 additions & 1 deletion website-src/quick_start.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ <h1>Optional: Web-based firmware flasher</h1>
<li><b>If you don't see a red button below, your browser doesn't support flashing.</b></li>
</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></li></li>
<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>
<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
6 changes: 6 additions & 0 deletions website-src/updates.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
</nav>
<main>
<div class="main-content-area">
<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>
<li>Adds physical PTT button support (for PCB v2.0, which includes buttons)</li>
<li>Numerous other bug fixes and small improvements</li>
</ul>
<h1>Jan 12, 2025: Android app update v1.6.7, ESP32 firmware v8</h1>
<ul>
<li>Fixes tx audio sometimes not starting</li>
Expand Down

0 comments on commit d1b67ce

Please sign in to comment.