Skip to content

Releases: e2002/yoradio

v0.9.280

25 Sep 08:41
Compare
Choose a tag to compare
  • fixed an issue where it was impossible to reconnect when the WiFi connection was lost
  • fixed an "Guru Meditation Error" when playing streams with the ESP32 v2.0.10 and higher core installed

v0.9.260

22 Jul 17:51
Compare
Choose a tag to compare
  • fixed date display bug for ILI9488/ILI9486 displays
  • fixed a hang bug when switching to SD mode after removing the SD
  • fixed a hangup error when the connection to the stream was lost in WEB mode
  • added support for DS1307 or DS3231 RTC module (you need to install the RTCLib library in the library manager)

v0.9.242

06 Jun 10:08
Compare
Choose a tag to compare
  • fixed a hang bug when scrolling through an SD playlist with an encoder in configurations with VS1053B
  • fixed a hang bug when quickly switching SD / WEB modes from the WEB interface in configurations with VS1053B
  • fixes in the logic of work
  • fix compilation error 'class NetServer' has no member named 'resetQueue'
  • SD card playlist moved from SPIFFS to SD card
  • new parameter #define SD_MAX_LEVELS - Search depth for files on SD card
  • fixed bugs with SD card in multi-threaded mode

v0.9.220

02 Jun 08:44
Compare
Choose a tag to compare
  • fixed SD prelist indexing error when switching Web>>SD
  • fixed a bug of switching to the next track when accidentally playing SD
  • fixed import of large playlists (tried). PS: import playlist size is limited by SPIFFS size (SPIFFS.totalBytes()/100*65-SPIFFS.usedBytes() = approximately 60kb )
  • new url parameter - http://ypradioip/?clearspiffs - for clearing tails from SD playlist
  • optimization of the issuance of the WEB-interface
  • brought back the functionality of the track slider
  • fixing bugs in the application logic

v0.9.201

26 May 06:19
Compare
Choose a tag to compare
  • implementation of WEB/SD mode switching without reboot
  • replacement of SD cards without turning off the power
  • switching WEB / SD from the web interface. full update required, including SPIFFS Data
  • fixing the Home Assistant integration behavior logic
  • SD_HSPI parameter now works. Pins HSPI - 13(MOSI) 12(MISO) 14(CLK)
  • new parameter SD_SPIPINS. #define SD_SPIPINS sck, miso, mosi
  • sck, miso, mosi - any available pins. Used for "TTGO Tm Music Album" boards #define SD_SPIPINS 14, 2, 15
  • fixed a bug with garbage appearing on display ILI9225
  • the slider for moving along the SD track is temporarily not working.
  • fixed a bug when importing a playlist

v0.9.180

09 May 21:33
Compare
Choose a tag to compare
  • OneButton library moved to the project
  • fixed bitrate display error when playing SD on VS1053B modules

v0.9.174

02 May 07:11
Compare
Choose a tag to compare
  • added forced shutdown of smartstart when WebSocket freezes on problem stations
  • added bitrate icon when playing files from SD card
  • fix html markup errors
  • fixed errors 403 Account already in use, 401 Authorization required
  • fixed bitrate icon overflow bug
  • fix html markup errors
  • fixed bug of random change of playback location when playing files from SD card
  • added bitrate badget for displays ST7789, ST7796, ILI9488, ILI9486, ILI9341, ILI9225 and ST7735(BLACKTAB) (disable: #define BITRATE_FULL false)
  • fixed a bug with garbage appearing on display ILI9225
  • fixed NOKIA5110 display invert/off bug
  • fixed a bug with smartstart playback when the power is turned off
  • fixed error reconnecting to WiFi when connection is lost
  • ADDED a compilation error when choosing a board other than "ESP32 Dev Module" or "ESP32 Wrover Module"

v0.9.130

28 Mar 07:26
Compare
Choose a tag to compare
  • fixed a bug in the operation of SSD1305 displays
  • fixed bug in operation of LCD1602/2004 displays
  • fixed errors in Serial Monitor output
  • fixed crash in configurations with NOKIA5110 displays
  • fixed bug with displaying buffer indicator when switching audioinfo
  • fixed bug with displaying the buffer indicator when the connection is lost
  • fixed bug of MUTE_PIN failure when connection is lost
  • other minor fixes

v0.9.110

23 Mar 06:39
Compare
Choose a tag to compare
  • optimization and bug fixes (display, player, netserver, telnet. mqtt)

v0.9.084

17 Mar 20:06
Compare
Choose a tag to compare
  • monospace fonts for clock on TFT displays. Fonts can be restored to their original form by adding the #define CLOCKFONT_MONO false parameter to the myoptions.h file
  • new parameter #define COLOR_CLOCK_BG R,G,B - color of inactive clock segments