diff --git a/layouts/index.html b/layouts/index.html
index df2eefda..37d24d0f 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -56,7 +56,7 @@
Visualisierung
Lasse alle Werte deines Hoymiles ® Wechselrichters ohne Cloudanbindung auslesen.
- Sowohl die AC-Parameter (grüner Hintergrund) als auch die DC-Paramter (Panele, blauer Hintergrund) werden ausgelesen. Die Visualisierung schafft eine schnelle Übersicht über den Zustand des / der Inverter.
+ Sowohl die AC-Parameter (grüner Hintergrund) als auch die DC-Parameter (Panele, blauer Hintergrund) werden ausgelesen. Die Visualisierung schafft eine schnelle Übersicht über den Zustand des / der Inverter.

diff --git a/static/firmware/230805_ahoy_0.7.25_bab700c_esp32.bin b/static/firmware/230805_ahoy_0.7.25_bab700c_esp32.bin
new file mode 100644
index 00000000..2d68cc68
Binary files /dev/null and b/static/firmware/230805_ahoy_0.7.25_bab700c_esp32.bin differ
diff --git a/static/firmware/230805_ahoy_0.7.25_bab700c_esp8266.bin b/static/firmware/230805_ahoy_0.7.25_bab700c_esp8266.bin
new file mode 100644
index 00000000..f64094b6
Binary files /dev/null and b/static/firmware/230805_ahoy_0.7.25_bab700c_esp8266.bin differ
diff --git a/static/firmware/manifest.json b/static/firmware/manifest.json
index e072c004..fa9c6b03 100644
--- a/static/firmware/manifest.json
+++ b/static/firmware/manifest.json
@@ -1,6 +1,6 @@
{
"name": "AhoyDTU",
- "version": "0.6.9",
+ "version": "0.7.25",
"funding_url": "https://ko-fi.com/lumapu",
"new_install_prompt_erase": true,
"builds": [
@@ -10,13 +10,13 @@
{ "path": "/firmware/bootloader.bin", "offset": 4096 },
{ "path": "/firmware/partitions.bin", "offset": 32768 },
{ "path": "/firmware/ota.bin", "offset": 57344 },
- { "path": "/firmware/230419_ahoy_0.6.9_15ec6a0_esp32.bin", "offset": 65536 }
+ { "path": "/firmware/230805_ahoy_0.7.25_bab700c_esp32.bin", "offset": 65536 }
]
},
{
"chipFamily": "ESP8266",
"parts": [
- { "path": "/firmware/230419_ahoy_0.6.9_15ec6a0_esp8266.bin", "offset": 0 }
+ { "path": "/firmware/230805_ahoy_0.7.25_bab700c_esp8266.bin", "offset": 0 }
]
}
]