fix ota upload
All checks were successful
Compilie project and upload binaries / test (push) Successful in 3m59s

This commit is contained in:
2025-11-05 22:08:42 +01:00
parent 53920dbb77
commit 3dc339c449
8 changed files with 84 additions and 31 deletions

View File

@@ -49,7 +49,7 @@ function fetchWaterData(gauge) {
}
function fetchUpdateData(gauge) {
const apiUrl = '/ota_udpate_status';
const apiUrl = '/ota_update_status';
// Fetching data from the API
fetch(apiUrl)
.then(response => response.json())