forked from patrickjahns/esp_rgbww_firmware
-
Notifications
You must be signed in to change notification settings - Fork 6
Release History
verybadsoldier edited this page Feb 3, 2020
·
6 revisions
4.3.1-rc1
[03/02/2020]
- Bugfix: Corretly maintain sync by actually use sync clock data
4.3.0-rc1
[06/11/2019]
- Bugfix: Improved stability of Wifi reconnection behavior
- Bugfix: Removed DNS server due to stability issue (controller can only accessed by IP now)
- Feature: Sming updated to 4.0.0
4.2.0-rc1
- Feature: Support for hardware push buttons
4.1.1-rc1
- Fix: Workaround for up to 500 ms delayed MQTT messages
4.1.0-rc1
- Feature: Enable secured API option
- Feature: Sming updated to 3.8.0
4.0.0-rc4
- Bugfix: actually use
config-color-colortemp-cw
andconfig-color-colortemp-ww
as range for color temperature (only hardcore values 2700 and 6000 were used)
4.0.0-rc2
- Bugifx: switch back to regular PCM implementation due to subtle flickering when fading
-vbs30:
- Feature: webapp updated to shojo6 (thanks!)
- Feature: Added "uptime" in info message
- Improvement: Better handling of clock syncs when clock master reboots
- Improvement: Removed custom version string. Solely use Git version string now for consistent versioning
- Improvement: improved stability
- Improvement: compiled with SMING Release settings (no serial debug output)
- Bugfix: Fixed webclient crash when SSIDs with non-ASCII characters appear (SSID will be ignored!)
- Bugfix: Fixed MQTT clock sync drift
-vbs17 (withdrawn):
- Bugfix: Fix crashes on parallel HTTP requests -vbs16:
- Feature: Updated to Sming 3.5
- Bugfix: TCP connection handling. Added some elements to JSON info structure
- Bugfix: Fixed HTTP redirection to /webapp
- Feature: version tag to settings file
-vbs12:
- Bugfix: Config parameter
mqtt/topic-base
not being loaded from config
-vbs11:
- Bugfix:
ap-password
was missing in configuration API
-vbs10:
- Added output pin configuration
-vbs9
- MQTT: Fixed username/password
-vbs7
- EventServer: replaced event hsv_event and raw_event by color_event. So raw values will always be available
-vbs6
- fixed inverted CW <-> WW channels
-vbs5b
- added option to pass a ramp speed instead of a ramp time
- again improved synchronization accuracy
- fixed crash in configuration handling after upgrade from the original firmware
- avoid unneccesary color savings to file system
-vbs4b
- improved clock synchronization
- added publish message to display slave clock sync status
- fixed bug that showed transition finished messages multiple times
-vbs2b
- device synchronization by commands (MQTT)
- device synchronization by direct color (MQTT)
- clock synchronization (MQTT)
-vbs1b
- seperated channels featuring independently controllable and animated queues
- JSON-RPC event server notfiying about state changes via TCP (like current color and fade events)
- flag "requeue" for animations to allow for custom designed animation loops
- fades can be assigned a name which is used in fade events
- relative values are allowed in color commands (e.g. +10 for hue)
- color commands can modify only selected channels (e.g. modifying saturation animation without touching hue animation)
- possibility to send multiple commands in a single HTTP request (for efficiency)
- new commands to "pause", "continue" and "stop" fades (also for individual channels)
- command "skip" to skip current animation and jump to next animation (also for individual channels)
- command "blink" to issue configurable instant blink actions (also for individual channels)
- new queue modes "front" and "front_reset" to insert animations at the front of the queue
- updated to Sming 3.1.2
- probably some more...