Skip to content

No more display constants!

Compare
Choose a tag to compare
@bartoszbielawski bartoszbielawski released this 15 Nov 22:58
· 45 commits to master since this release

This release contains two important changes:

  1. the number of display segments and the brightness is no longer a compile time constant:
    You can configure it via the web interface - reboot will be required to change the number of segments.
  2. A new task has been added that can read currency exchange rates from http://fixer.io (currencies can be configured).

And some other small changes:

  1. The configuration variables are available earlier making it possible to use them in task constructors.
  2. More clocks! (Jerome wanted more ;))
  3. Some even smaller code improvements :)