Skip to content

Homeyduino Arduino library 1.0.2

Latest
Compare
Choose a tag to compare
@renzenicolai renzenicolai released this 05 Jan 12:30
· 13 commits to master since this release
16fcfd4

This release fixes a bug that caused compiling to fail when setCapabiltyValue is used with a value of type boolean.

Changelog:

  • Removed null-type setCapabiltyValue function which caused conflict with boolean type
  • Added spaces around a constant in a string to fix a compiler warning