Releases: schreibfaul1/ESP32-MiniWebRadio
V3.4
- Sorted entries in the radio browser list
- Automatic dimming of the display brightness when a BH1750 light sensor is connected (ESP32-S3 only)
- The volume of the alarm is adjustable (can also be 0)
- The volume of the radio after waking is adjustable
- The volume levels are adjustable between 21...255
- Improvements to the web server when loading files (HTTP /POST)
- Replacement of stations.csv with stations.json
- Changes to the station list are saved automatically
- Stations can be cut and (or) moved within the list
- Stations can be marked as favourites (no hiding as before)
- Stations without favourites are marked grey in the selection list (web page and display)
- The buttons prev/next station jump between the favourites
- The buttons and icons have standardised symbols
- Progressbar added in DLNA lsyout
- Incorrect numbering in the audio player fixed
- Faster start as the system no longer waits for the SNTP to be ready
V3.2
What's Changed
- some improvements by @schreibfaul1 in #415
- add off button by @schreibfaul1 in #428
- small bug fixes by @schreibfaul1 in #431
- BT Emitter PowerOn (ESP32-S3) #405 by @schreibfaul1 in #432
- using the CommunityWebBrowser by @schreibfaul1 in #433
- LWIP optimation by @schreibfaul1 in #435
- little improvements by @schreibfaul1 in #436
- update sdkconfig by @schreibfaul1 in #437
- auto fontsize in textbox by @schreibfaul1 in #439
- long press on a folder in dlnalist -> create a playlist of max 50 files
- alarm clock with or without bell
Full Changelog: V3.0.0...V3.2
last V2
This is the last version with the HW decoder VS1053
V2.14.0
Merge pull request #302 from schreibfaul1/dev Version 2.14
impl stations list and audiofiles list
V2.10.0 V2.10
V2.8.0
new display layout with small buttons
add connection timeout for SSL and noneSSL
new TFT controller ST7796
better TP accuracy
some minor corrections
Arduino a component
With the precompiled Arduino, some streams cannot be played smoothly (often with a high bandwidth >256KBit/s and a low compression ratio).
To improve this, other settings regarding the TCP buffers (in the menuconfig of the IDE) are required. That is realized with this version.
DLNA Service
DLNA servers that exist in the home network are displayed. Depending on the configuration of the DLNA, you can select by artist, album, genre, etc. If the DLNA can manage podcasts or radio URLs, these are also displayed.
EEPROM and SPIFFS have been removed from the partition table because they are not used. The NVS partition was expanded from 0x32000 to 0x40000 bytes for larger stations lists.
The available FLASH was also expanded as a result.
add rssi icon
Received Signal Strength Indicator
4 bars distance ~ 3 meters from access point
3 bars adjacent room (a wall in between)
look https://helpcenter.engeniustech.com/hc/en-us/articles/234761008-What-is-RSSI-and-its-acceptable-signal-strength-
and https://helpcenter.engeniustech.com/hc/en-us/articles/360015304031 as well
ESP32-S3 ready
V2.3.1 Merge branch 'master' of https://github.com/schreibfaul1/ESP32-MiniWe…