Update chinese firmware to 3.1.5

This commit is contained in:
Dave Allie
2026-01-03 20:59:42 +11:00
parent 1edbce4edc
commit 36d3bccf73
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ export default function Home() {
onClick={actions.flashChineseFirmware}
disabled={isRunning}
>
Flash Chinese firmware (3.1.4)
Flash Chinese firmware (3.1.5)
</Button>
<Button
variant="subtle"
+1 -1
View File
@@ -87,7 +87,7 @@ export function useEspOperations() {
const flashEnglishFirmware = async () =>
flashRemoteFirmware(() => getOfficialFirmware('3.1.1-EN'));
const flashChineseFirmware = async () =>
flashRemoteFirmware(() => getOfficialFirmware('3.1.4-CH'));
flashRemoteFirmware(() => getOfficialFirmware('3.1.5-CH'));
const flashCrossPointFirmware = async () =>
flashRemoteFirmware(() => getCommunityFirmware('CrossPoint'));
+2 -2
View File
@@ -3,8 +3,8 @@
const officialFirmwareUrls = {
'3.1.1-EN':
'http://gotaserver.xteink.com/api/download/ESP32C3/V3.1.1/V3.1.1-EN.bin',
'3.1.4-CH':
'http://47.122.74.33:5000/api/download/ESP32C3/V3.1.4/V3.1.4-CH-X4.bin',
'3.1.5-CH':
'http://47.122.74.33:5000/api/download/ESP32C3/V3.1.5/V3.1.5_2-CH-X4.bin',
};
export async function getOfficialFirmware(