Skip to content

Commit 260e4c6

Browse files
committed
Website cleanups for bug VanceVagell#336, namely adding some missing NVS firmware, small tweak to updates page.
1 parent bf180d9 commit 260e4c6

File tree

7 files changed

+32
-5
lines changed

7 files changed

+32
-5
lines changed

android-src/KV4PHT/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "com.vagell.kv4pht"
1111
minSdk 26
1212
targetSdk 35
13-
versionCode 47
14-
versionName "1.9.7"
13+
versionCode 48
14+
versionName "1.9.8"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717

website-src/firmware.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ <h1>Firmware flasher</h1>
5454
<li><b>If you don't see a red button below, your browser doesn't support flashing.</b></li>
5555
</ul>
5656
<li><b>Select the device "CP2102 USB to UART Bridge Controller"</b>:
57-
<esp-web-install-button manifest="https://kv4p.com/esp-web-tools/manifest-v14.json"><button slot="activate">Flash firmware v14</button></esp-web-install-button></li>
58-
<esp-web-install-button manifest="https://kv4p.com/esp-web-tools/manifest-v15.json"><button slot="activate" class="deemphasize">Flash firmware v15 (beta users only)</button></esp-web-install-button></li>
57+
<esp-web-install-button manifest="https://kv4p.com/esp-web-tools/manifest-v15.json"><button slot="activate">Flash firmware v15</button></esp-web-install-button></li>
5958
<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>
6059
</ul>
6160

@@ -64,7 +63,9 @@ <h1>Non-volatile storage (NVS) flasher</h1>
6463
<esp-web-install-button manifest="https://kv4p.com/hwconfig/manifest-v1x-vhf.json"><button slot="activate" class="deemphasize">Flash NVS for PCB v1.x with VHF</button></esp-web-install-button>
6564
<esp-web-install-button manifest="https://kv4p.com/hwconfig/manifest-v1x-uhf.json"><button slot="activate" class="deemphasize">Flash NVS for PCB v1.x with UHF</button></esp-web-install-button>
6665
<esp-web-install-button manifest="https://kv4p.com/hwconfig/manifest-v2.0c-vhf.json"><button slot="activate" class="deemphasize">Flash NVS for PCB v2.0c with VHF</button></esp-web-install-button>
66+
<esp-web-install-button manifest="https://kv4p.com/hwconfig/manifest-v2.0c-uhf.json"><button slot="activate" class="deemphasize">Flash NVS for PCB v2.0c with UHF</button></esp-web-install-button>
6767
<esp-web-install-button manifest="https://kv4p.com/hwconfig/manifest-v2.0d-vhf.json"><button slot="activate" class="deemphasize">Flash NVS for PCB v2.0d with VHF</button></esp-web-install-button>
68+
<esp-web-install-button manifest="https://kv4p.com/hwconfig/manifest-v2.0d-uhf.json"><button slot="activate" class="deemphasize">Flash NVS for PCB v2.0d with UHF</button></esp-web-install-button>
6869
</main>
6970
</div>
7071
</body>
24 KB
Binary file not shown.
24 KB
Binary file not shown.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "PCB Manifest v2.0c UHF",
3+
"version": "v2.0c-uhf",
4+
"new_install_prompt_erase": true,
5+
"builds": [
6+
{
7+
"chipFamily": "ESP32",
8+
"parts": [
9+
{ "path": "../hwconfig/board-config-v2.0c-uhf.bin", "offset": 36864}
10+
]
11+
}
12+
]
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "PCB Manifest v2.0d UHF",
3+
"version": "v2.0d-uhf",
4+
"new_install_prompt_erase": true,
5+
"builds": [
6+
{
7+
"chipFamily": "ESP32",
8+
"parts": [
9+
{ "path": "../hwconfig/board-config-v2.0d-uhf.bin", "offset": 36864}
10+
]
11+
}
12+
]
13+
}

website-src/updates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
</nav>
4242
<main>
4343
<div class="main-content-area">
44-
<h1>Aug 23, 2025: Android app update v1.9.4-v1.9.7, firmware v15</h1>
44+
<h1>Aug 23, 2025: Android app update v1.9.4-v1.9.8, firmware v15</h1>
4545
<ul>
4646
<li>Better audio quality</li>
4747
<li>Audio and APRS now continue with screen off, new notification shows frequency</li>

0 commit comments

Comments
 (0)