Block a user
ecf5998510
Merge branch 'master' of https://git.schle.nz/fabian/pitrix
bcb5fdc9be
Darker red for NightClock.
0ac4f9b181
Added "blinking child icon" effect.
fd44b217a7
Added homeassistant auto-discovery via MQTT.
209140cfb7
Added new effect TPM2.NET. This is untested.
0863380648
Effect DVD is now one of the cycling effects.
075823220a
Added effect diamond.
caa86551a0
A bit less logging from mqtt.cpp.
10be8ef7cc
There are now global instances of Window which don't have to be created and deleted all the time.
9de77349e8
SnakeEffect now uses a hand-crafted meandering algorithm. Still not perfect, but it works as good as the old code while looking more "natural".
70ddba2cbc
Log contents of SPIFFS on bootup.
3f09d9adbf
Modernized platformio.ini
cfb25d6030
Added more AnimationEffects.
4762a852d8
MQTT messages can now be retained.
8e2d2225cb
Better metrics.
521e5f735d
Effect lightspeed * More variable saturation for the stars
0da161ccd1
Fonts * Added font_numbers3x3
f8b6f5cc02
Effect Matrix * Better colors
c6b2a8a1d0
Effect Clock * Trying to get the nightclock effect to work...
6ba916282b
Modified IP in platformio.ini
b6dc04920a
Merge branch 'develop' of https://git.schle.nz/fabian/esmp3 into develop
aca1736201
Playlist: RSS feeds can happen with MIME type "application/xml".
fdf986a61e
Playlist: Fixed missing include.
5c0822b704
Re-Added 'Added an overlay to display when the websocket isn't connected.' Don't know what happened there...
fad4f2c707
Webinterface: index.html and timezones.json are now saved to the Flash as GZIP compressed binary data. Compression happens on-the-fly during
pio run
.
84530f76fd
DataSources: Implemented ID3 tag skipping for HTTPSDataSources.
fa208858d9
Webinterface: Added an overlay to display when the websocket isn't connected.
6d452ecbc0
Added tracing stuff to RSSParser.
23fbddb055
TinyXML is broken, but I couldn't find an alternative nor fix it. So the code now is pretty hack-y to work around the bugs.
fe2a209e44
Debug and Trace modes can now be (de)activated via API commands and are persisted across reboots.
fa208858d9
Webinterface: Added an overlay to display when the websocket isn't connected.
6d452ecbc0
Added tracing stuff to RSSParser.
23fbddb055
TinyXML is broken, but I couldn't find an alternative nor fix it. So the code now is pretty hack-y to work around the bugs.
fe2a209e44
Debug and Trace modes can now be (de)activated via API commands and are persisted across reboots.
82905a8cdd
Fixed M3U parser for last lines ending without a newline.
bcf7625285
deploy.sh: Fix calculation error.
4a3e79f02e
Added empty (for now) update.manifest.
68e1073858
Deploy.sh: Don't show the commands being executed.
f73d45404f
Merge branch 'develop'
ecc7c46b8d
Playlist: Restrict RSS feeds to the newest 20 entries. Keep them in the correct order, starting with the last (newest) one.
0dd5937707
Player: Prevent overflows in vol_up() and vol_down().
547080acf5
Main: Fix WiFi connection stuff for multiple WiFis.
d3c699aefa
Webinterface: Typo fix.
ecc7c46b8d
Playlist: Restrict RSS feeds to the newest 20 entries. Keep them in the correct order, starting with the last (newest) one.
0dd5937707
Player: Prevent overflows in vol_up() and vol_down().
547080acf5
Main: Fix WiFi connection stuff for multiple WiFis.
d3c699aefa
Webinterface: Typo fix.
a8d19cd6e1
HTTPClientWrapper: Initialize buffer variables. D'Oh.