diff --git a/README.md b/README.md index aa2a49f..2d64dbb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ Last three events: * 30.03.2021: Added support for stereo/mono via `PLAY_MONO_SPEAKER`. If active, mono is used while headphones remain stereo (if `HEADPHONE_ADJUST_ENABLE` is active). ## Known bugs * Some webstreams don't run. Guess it's a combination of saturated connection-pool and lack of heap-memory. Works probably better if ESP32-WROVER (e.g. Lolin D32 pro) is used, as this chip has PSRAM. Advice: Don't enable modules (e.g. MQTT) if you don't need them as this could save memory (and trouble). -* English translation/version for webgui is currently pretty outdated. This will be fixed soon when i18n-support will be integrated. ## ESPuino - what's that? The basic idea of ESPuino is to provide a way, to use the Arduino-platform for a music-control-concept that supports locally stored music-files without DRM-restrictions. This basically means that RFID-tags are used to direct a music-player. Even for kids this concept is simple: place an RFID-object (card, character) on top of a box and the music starts to play. Place another RFID-object on it and anything else is played. Simple as that. diff --git a/html/management.html b/html/management.html index 4c614b2..af0f470 100644 --- a/html/management.html +++ b/html/management.html @@ -527,7 +527,7 @@ var lastFolder = cur['id'].split('/').filter(function (el) { return el.trim().length > 0; }).pop(); - if ((/\.(mp3|MP3|ogg|wav|WAV|OGG|wma|WMA|acc|ACC|flac|FLAC|.m4a|.M4A)$/i).test(lastFolder)) { + if ((/\.(mp3|MP3|ogg|wav|WAV|OGG|wma|WMA|acc|ACC|flac|FLAC|m4a|M4A)$/i).test(lastFolder)) { data.instance.set_type(data.instance._model.data[key], 'audio'); } else { if (data.instance._model.data[key]['type'] == "file") { diff --git a/html/management_EN.html b/html/management_EN.html index 1ffa64f..e603d66 100644 --- a/html/management_EN.html +++ b/html/management_EN.html @@ -1,9 +1,10 @@ - ESPuino-configuration + ESPuino-Settings + @@ -99,18 +100,42 @@ display: none; width: 100%; } + + #SubTabContent.tab-content { + display: flex; + } + + #SubTabContent.tab-content > .tab-pane { + display: block; /* undo "display: none;" */ + visibility: hidden; + margin-right: -100%; + width: 100%; + } + + #SubTabContent.tab-content > .active { + visibility: visible; + } + + /* IOS display fix */ + select { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAAAAADhgtq/AAAACXBIWXMAAC4jAAAuIwF4pT92AAAAR0lEQVR4nGP5z4ADsOCSGOoyC+NRabjMQqjQQrgUTCYeIrQQyEI3DSyFJIHkApAUkgSy21B0oLo6fiGSBKp/kCUGU4hSRQYAYg0Rw+gGlUQAAAAASUVORK5CYII=') no-repeat; + background-position: center right; + }
@@ -123,6 +148,7 @@ %SHOW_FTP_TAB% General Tools + Forum
@@ -131,14 +157,15 @@
- + WiFi-settings +
- Please enter WiFi's SSID. + Enter WiFi's SSID.
- +
@@ -151,9 +178,9 @@