Skip to content

Releases: schreibfaul1/ESP32-MiniWebRadio

V3.2

13 Jun 14:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: V3.0.0...V3.2

last V2

09 Jan 20:26
Compare
Choose a tag to compare

This is the last version with the HW decoder VS1053

V2.14.0

08 Oct 10:06
b354bf2
Compare
Choose a tag to compare
Merge pull request #302 from schreibfaul1/dev

Version 2.14

impl stations list and audiofiles list

20 Aug 17:46
Compare
Choose a tag to compare

V2.8.0

17 Jun 16:40
Compare
Choose a tag to compare

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

06 May 15:05
Compare
Choose a tag to compare

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

24 Mar 14:14
Compare
Choose a tag to compare

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

15 Jul 16:55
954ec75
Compare
Choose a tag to compare

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

01 Jun 14:53
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/schreibfaul1/ESP32-MiniWe…

…bRadio

update TFT lib

31 May 19:24
Compare
Choose a tag to compare

SPI Settings for Touch can be VSPI, HSPI or FSPI