Skip to content

Releases: realA10001986/VSR

V1.35

Choose a tag to compare

@realA10001986 realA10001986 released this 27 Aug 10:08
286d53b
  • New sound-pack (VR04)
  • Button and button LED logic fixes
  • More robust error handling in case of malformed config files
  • SD: More compatibility fixes

If updating from below 1.30, please install 1.30 first to have your settings converted. If 1.30 is skipped, some of your settings (static IP, volume, brightness, button mode, display mode, music folder number) will be restored to default values. It suffices to install 1.30 and boot once; you can then immediately update to a later version.
https://github.com/realA10001986/VSR/releases/tag/V1.30

V1.34

Choose a tag to compare

@realA10001986 realA10001986 released this 17 Jul 08:17
e19819b
  • Bugfix: Fix SD initialization in ESP32-Arduino to conform to specs. Sandisk Ultra 32GB cards (and possibly others that previously were not usable) are now recognized

If updating from below 1.30, please install 1.30 first to have your settings converted. If 1.30 is skipped, some of your settings (static IP, volume, brightness, button mode, display mode, music folder number) will be restored to default values. It suffices to install 1.30 and boot once; you can then immediately update to a later version.
https://github.com/realA10001986/VSR/releases/tag/V1.30

V1.33

Choose a tag to compare

@realA10001986 realA10001986 released this 04 Jul 21:15
74d6c41
  • MQTT: Add "VOLUME_UP"/"VOLUME_DOWN"/"VOLUME_SET_xxx" commands
  • MQTT: Add publishing Music Player status to bttf/vsr/mpstatus
  • MQTT: Don't queue and instead ignore (most) commands while fake-off or busy
  • Music Player: Pre-scan folders and display status in Config Portal
  • Music Player: Use new sorting algorithm as the old one caused a crash on a large number of already sorted files (due to excessive recursion).

If updating from below 1.30, please install 1.30 first to have your settings converted. If 1.30 is skipped, some of your settings (static IP, volume, brightness, button mode, display mode, music folder number) will be restored to default values. It suffices to install 1.30 and boot once; you can then immediately update to a later version.
https://github.com/realA10001986/VSR/releases/tag/V1.30

V1.32

Choose a tag to compare

@realA10001986 realA10001986 released this 27 Apr 08:35
d15da3d
  • Add Car Mode: In addition to existing WiFi network connection settings, you can now pre-configure TCD-AP SSID and password in WiFi Settings and quickly switch between normal (home, iPhone...) WiFi connection and Car WiFi connection (through TCD-AP) by holding "9" in Admin button mode or through the Config Portal.
  • Switched "Display IP" from holding "9" to pressing "4C" in Admin button mode
  • Swap "Goto song 0" and "Disable shuffle" button functions in Musicplayer button mode
  • Fix race condition in Fake Power logic
  • Code optimizations and fixes

If updating from below 1.30, please install 1.30 first to have your settings converted. If 1.30 is skipped, some of your settings (static IP, volume, brightness, button mode, display mode, music folder number) will be restored to default values. It suffices to install 1.30 and boot once; you can then immediately update to a later version.
https://github.com/realA10001986/VSR/releases/tag/V1.30

V1.31

Choose a tag to compare

@realA10001986 realA10001986 released this 25 Mar 19:04
89163d5
  • WiFi: Allow defining a BSSID (AP MAC address) to connect to a specific AP if multiple APs with identical SSID are available.
  • MQTT: Disable if server can't be resolved
  • WiFi: Do not power down AP long as a client is connected
  • Brush up Config Portal a bit
  • Code optimizations and fixes.

If updating from below 1.30, please install 1.30 first to have your settings converted. If 1.30 is skipped, some of your settings (static IP, volume, brightness, button mode, display mode, music folder number) will be restored to default values. It suffices to install 1.30 and boot once; you can then immediately update to a later version.
https://github.com/realA10001986/VSR/releases/tag/V1.30

V1.30

Choose a tag to compare

@realA10001986 realA10001986 released this 16 Feb 17:00
c8da1fa
  • New file format for secondary and IP settings. This version of the firmware converts old to new.
  • "Shuffle" setting changes through buttons are saved (SD required). (Shuffle option removed from CP)
  • Display mode and Button mode are now only saved if an SD card is present.
  • Display MAC address (STA) on WiFi Configuration Page
  • Avoid falling back to stand-alone mode too early when TCD stops sending packets
  • Config files are now only written if actually changed which prolongs Flash life-span.
  • Code optimizations and fixes.