mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
correctly handle pass and sizes
This commit is contained in:
@@ -237,7 +237,7 @@ function changeConfig() {
|
||||
.then(function (pass) {
|
||||
let newAdminPass;
|
||||
let url = "/api/setConfig"
|
||||
let body="hash="+encodeURIComponent(pass)+"&";
|
||||
let body="_hash="+encodeURIComponent(pass)+"&";
|
||||
let allValues=getAllConfigs();
|
||||
if (!allValues) return;
|
||||
for (let name in allValues){
|
||||
|
||||
Reference in New Issue
Block a user