Skip to content

Releases: Tlabio/arduino-unode

v0.8.1

15 Jan 23:57
Compare
Choose a tag to compare

This release contains both the open-source version of the library and the closed-source extensions that can be found on the uNode-0.8.1cs.zip archive. Please use the closed-source version if you are planning to use OTA updates.

Either versions can be imported to Arduino as a zip file. Just make sure to import <uNode.hpp> and not <uNodeOpen.hpp> when using the closed-source version.

More details you can find on the WiKi page : https://github.com/Tlabio/arduino-unode/wiki

Changelog

0.8.0

  • CHANGED : Swapped .undervoltageProtection and .serialLogLevel
  • CHANGED : .serialLogLevel enum is now .logging structure.
  • CHANGED : .undervoltageProtection boolean is now .undervoltageProtection structure.
  • ADDED : Logging baud rate can be configured via .logging.baud
  • ADDED : Under-voltage protection limits can be now configured in the .undervoltageProtection structure.
  • ADDED : .tx_sf, .tx_power and .adr on LoRa configuration segment.

0.8.1

  • ADDED : Added the uNode/libraries/DHT.hpp library.