Skip to content

Releases: rochuck/squeezelite-esp32

dev.2#v4.0#I2S-4MFlash#master-cmake

11 Dec 00:05
Compare
Choose a tag to compare
Pre-release

------------------------------ ### Revision Log 1a3c888 correct fixed volume spectrum scale - release (2020-12-06T22:52:37-08:00) 90ee597 discover buffer potential overflow (2020-12-05T16:10:53-08:00) c33c618 remove unused code + plugin update (2020-12-03T20:56:56-08:00) 99019cd mirror make branch changes on plugin (need to point there ...) (2020-12-02T14:06:49-08:00) 3dc2ed9 fix hires display - release (2020-12-02T13:58:49-08:00) 99722a6 Update Dockerfile (2020-11-22T10:13:25-05:00) <Sébastien> 75580fe close socket when connect() fails (2020-11-21T18:09:41-08:00) 2d573da Fixing sle118#59 and unnecessary jack insertion messages-release (2020-11-21T09:26:56-05:00) 2687023 change build - all branches except master (2020-11-20T11:50:43-05:00) <Sébastien> 0993186 Create codeql-analysis.yml (2020-11-19T07:48:20-05:00) <Sébastien> ede495a Added workflow build badge to readme - release (2020-11-17T14:27:48-05:00) <Sébastien> c82ae71 Merge remote-tracking branch 'origin/master-cmake' into master-cmake (2020-11-17T14:00:57-05:00) cd13577 Reduce system load when loading HTTP UI - release (2020-11-17T13:58:19-05:00) 1d24543 Update Cross build with build-number@v3 - release (2020-11-17T13:42:34-05:00) <Sébastien> 08f0418 Reduce system load when loading HTTP UI - release (2020-11-17T11:41:03-05:00)

0.0.9-battery-accuracy#v4.0#SqueezeToo#squeezetoo

10 Nov 18:51
13925d8
Compare
Choose a tag to compare

The bat_config has been changed to allow a y=mx+b type configuration to get better voltage readings. This makes use of scale and offset parameters. In addition an osd parameter is available to show a battery gas gauge when the lower part on an OLED screen is otherwise unused.

For the SqueezeAmpToo a good bat_config would be:

scale=17.8, offset=1.1, osd

e78ffdf finally get reasonable battery voltages
7647eed finally get battery reading correctly

0.0.8-battery-ui#v4.0#SqueezeToo#squeezetoo

03 Nov 17:21
Compare
Choose a tag to compare

This release adds a battery gas gauge to the UI on screens with a height of greater tan 32 pixels. The battery is display when no visualization is active. The battery percentage calculation has been improved. This display should really be controlled by the NVS.
Note with the latest releases you can/should calibrate the battery config with the NVS parameter battery_config with eg scale=20.24

b95cee5 battery gas gauge
4c58c79 Merge branch 'master-cmake' into squeezetoo
ddc38b8 remap sleep to size on ir remote

0.0.7-rgb-led-update#v4.0#SqueezeToo#squeezetoo

30 Oct 02:52
Compare
Choose a tag to compare

This release adds a "squeezeamptoo" configuration that:

  • allows disabling of spdif (to use those gpios)
  • allows battery scaling, this seems to vary a bit on my boards.
    It also changes the release url (again), and pulls in the upstream changes.
    Fixes conflict between RGB LEDs and IR remote (both use RMT device)

fe470a7 changed release url
bb69b14 make releases point to rochuck repo
9855198 add SqueezeAmpToo config
067fe6f update readme
8f72bbc Fix the conflict between the IR remote RMT channel and the LED VU RMT channel.
9a6836a update readme for "post"

0.0.6-rgb-led-update#v4.0#SqueezeToo#squeezetoo

25 Sep 22:09
Compare
Choose a tag to compare

This release uses the RGB leds as a progress bar when OTA updating.
The RBG (sp :) code has been updated to be a little less resource intensive.
Picked up the upstream changes.

6a459dd Optimize RGB leds. Fix firmware update progress glitch
99222cc make peaks "more blue"
e739146 fix led init in recovery
3590778 use leds as progress when flashing
3ffbe02 Added wifi scanmode NVS option - release

0.0.5-gpio-ex#v4.0#SqueezeToo#squeezetoo

16 Sep 18:01
Compare
Choose a tag to compare

highlights:
ead5988 Change release URL again
fad412b Account for degenerate case of strip length of one. (for Dave)
acb427f Merge branch 'i2c_gpio_expander' into squeezetoo
bac2967 put back battery scale hack
48b5f80 Merge branch 'led_battery_indicator' into squeezetoo
898fb53 Merge branch 'master-cmake' of github.com:sle118/squeezelite-esp32 into squeezetoo

0.0.3#v4.0#SqueezeToo#squeezetoo

10 Sep 04:08
Compare
Choose a tag to compare
Pre-release

Revision Log

08eae4f Fix battery reporting in status.json, and adjust scaling for battery level representation

0.0.2#v4.0#SqueezeToo#squeezetoo

09 Sep 21:48
Compare
Choose a tag to compare
Pre-release

Revision Log

3e9383c change releaseURL to point to rochuck for now

0.0.1-squeezetoo-initial

09 Sep 20:05
Compare
Choose a tag to compare
Pre-release

This is the initial release of the squeezetoo software based off of the squeezelite-esp32 code base.
Added Features are:

  • tas57xx amp gain control (will be subsumed with the expected hw audio changes)
  • ws2812 VU meters.
  • audio options to make the player a:
    • left channel only
    • right channel only
    • mono output
    • stereo (default)