diff --git a/html/management.html b/html/management.html
index 26660be..4dd34f7 100644
--- a/html/management.html
+++ b/html/management.html
@@ -156,7 +156,7 @@
-
@@ -485,9 +485,9 @@
function doRest(path, callback, obj) {
obj.url = path;
obj.dataType = "json";
- obj.contentType= "application/json;charset=iso-8859-1",
- obj.scriptCharset= "iso-8859-1",
- obj.success = function(data, textStatus, jqXHR) {
+ obj.contentType= "application/json;charset=IBM437",
+ obj.scriptCharset= "IBM437",
+ obj.success = function(data, textStatus, jqXHR) {
if (callback) {
callback(data);
}
@@ -771,7 +771,7 @@
/* Delete */
items.delete = {
- label: "Loeschen",
+ label: "Löschen",
action: function(x) {
handleDeleteData(nodeId);
refreshNode(ref.get_parent(nodeId));
diff --git a/platformio.ini b/platformio.ini
index 14a44cb..f2d4545 100644
--- a/platformio.ini
+++ b/platformio.ini
@@ -13,7 +13,7 @@ lib_deps_builtin =
SPI
Wire
lib_deps_external =
- https://github.com/schreibfaul1/ESP32-audioI2S.git#a816a19 ; currently not master-version as commit a816a19 not compatible with latest stable ESP32-Arduino
+ https://github.com/grch87/ESP32-audioI2S.git
https://github.com/madhephaestus/ESP32Encoder.git
https://github.com/knolleary/pubsubclient.git
https://github.com/biologist79/ESP32FTPServer
diff --git a/src/HTMLmanagement.h b/src/HTMLmanagement.h
index 03e505e..9e1ee51 100644
--- a/src/HTMLmanagement.h
+++ b/src/HTMLmanagement.h
@@ -156,11 +156,10 @@ static const char management_HTML[] PROGMEM = "\
\
\