Skip to content

Releases: h2zero/n-able-Arduino

0.2.0

28 Jun 15:28
Compare
Choose a tag to compare

What's Changed

  • Add pins_arduino.h for library compatability. by @h2zero in #10
  • Improve Arduino compatibility for Print and Stream by @vshymanskyy in #18
  • Update min/max macro's to avoid compilation issues. by @h2zero in #15
  • adding volatile to value where ADC output is stored to prevent compil… by @krzysiekkajot in #29
  • Cleanup compiler warnings by @h2zero in #27
  • Default CONFIG_WDT_TIMEOUT_SECONDS to zero (disabled) by @jhmaloney in #39
  • Fix build on Windows 11 when no DFU is being built. by @h2zero in #40
  • Add String constructor with const char* and length parameter. by @h2zero in #47
  • Add support for nRF52810 by @positron96 in #46
  • Add extended advertising and PHY mode support for devices that support it, update builds. by @h2zero in #48
  • Nimble core 1.5.0 prep by @h2zero in #49

New Contributors

Full Changelog: 0.1.1...0.2.0

0.1.1

26 Aug 16:47
c039542
Compare
Choose a tag to compare

What's Changed

  • Add build workflow by @h2zero in #5
  • Fix compilation for Adafruit nRF52840 boards. by @h2zero in #7

New Contributors

  • @h2zero made their first contribution in #5

Full Changelog: 0.1.0...0.1.1

0.1.0

06 Aug 03:43
Compare
Choose a tag to compare

Initial release.