Skip to content

v1.0.0-rc10

Latest
Compare
Choose a tag to compare
@mathieucarbou mathieucarbou released this 09 Jan 09:41
· 7 commits to main since this release
37f68cc

Changes

  • Fix MQTT bug: topics were not subscribed anymore
  • Lib upgrade
  • Updates in UI interface
  • Introduced Output 1 Dimmer Type and Output 2 Dimmer Type in Hardware config tab
  • Finalized and tested support for LSA + PWM->Analog 0-10V + ZCD
  • Only show ETH IP and MAC for ETH boards in stats
  • Removed device revision in stats
  • Rename Input Only to Input to avoid confusion with I/O in Hardware tab
  • Fix output tab not displayed when only DS18 hardware was activated
  • Memory improvement: Activating -D U8G2_USE_DYNAMIC_ALLOC=1 to save 2K of RAM when display not enabled

Warning

Added a new drop-down in Hardware config page to allow you to select the right dimmer type.
image

YaSolR will soon support PWM based LSA and DAC LSA.

Full Changelog: v1.0.0-rc9...v1.0.0-rc10

🐛 Fixes

🛠 Under the hood