From cca13f51d95f1298c29accb97bdfbcd26eac5e21 Mon Sep 17 00:00:00 2001 From: Empire Phoenix Date: Tue, 17 Mar 2026 22:16:39 +0100 Subject: [PATCH] Refactor OTA update handling and improve error reporting. Added a CRC check to firmware uploads, streamlined OTA partition management, and replaced detailed slot states with a single unified state representation. Improved consistency in variable formatting, error handling, and code readability across multiple modules. --- .../rust/src_webpack/src/network.html | 58 ++++++++++--------- 1 file changed, 31 insertions(+), 27 deletions(-) diff --git a/Software/MainBoard/rust/src_webpack/src/network.html b/Software/MainBoard/rust/src_webpack/src/network.html index 7d0a56b..4bf02b0 100644 --- a/Software/MainBoard/rust/src_webpack/src/network.html +++ b/Software/MainBoard/rust/src_webpack/src/network.html @@ -1,24 +1,28 @@
@@ -28,12 +32,12 @@ Api Redirection to: remote ip
- +
- +
@@ -47,10 +51,10 @@
- +
- +
@@ -59,18 +63,18 @@ Mqtt Reporting
- +
MQTT Url
- +
Base Topic
- +
@@ -86,6 +90,6 @@
- +