Skip to content

Commit b772e35

Browse files
committed
Update website for version 1.7.1 and firmware v11
1 parent 5b28f8d commit b772e35

File tree

5 files changed

+20
-3
lines changed

5 files changed

+20
-3
lines changed

website-src/esp-web-tools/manifest-v10.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "kv4p HT firmware",
3-
"version": "v8",
3+
"version": "v10",
44
"new_install_prompt_erase": false,
55
"builds": [
66
{
77
"chipFamily": "ESP32",
88
"parts": [
9-
{ "path": "../firmware/kv4p-ht-firmware-v8.bin", "offset": 0 }
9+
{ "path": "../firmware/kv4p-ht-firmware-v10.bin", "offset": 0 }
1010
]
1111
}
1212
]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "kv4p HT firmware",
3+
"version": "v11",
4+
"new_install_prompt_erase": false,
5+
"builds": [
6+
{
7+
"chipFamily": "ESP32",
8+
"parts": [
9+
{ "path": "../firmware/kv4p-ht-firmware-v11.bin", "offset": 0 }
10+
]
11+
}
12+
]
13+
}
355 KB
Binary file not shown.

website-src/quick_start.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ <h1>Optional: Web-based firmware flasher</h1>
210210
</ul>
211211
<li><b>Select the device "CP2102 USB to UART Bridge Controller"</b>:
212212
<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>
213-
<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>
213+
<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>
214214
<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>
215215
</ul>
216216
</div>

website-src/updates.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
</nav>
4141
<main>
4242
<div class="main-content-area">
43+
<h1>Jan 27, 2025: Android app update v1.7.1, ESP32 firmware v11</h1>
44+
<ul>
45+
<li>Fixes an incorrect firmware that was packaged with the app, preventing flashing</li>
46+
</ul>
4347
<h1>Jan 26, 2025: Android app update v1.7.0, ESP32 firmware v10</h1>
4448
<ul>
4549
<li>Adds UHF support (requires UHF radio module and UHF lowpass filter)</li>

0 commit comments

Comments
 (0)