fix ota upload
All checks were successful
Compilie project and upload binaries / test (push) Successful in 3m59s
All checks were successful
Compilie project and upload binaries / test (push) Successful in 3m59s
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user