Skip to content

Releases: BeyondRobotix/ArduinoDroneCANlib

1.3.1 stability improvements

26 Jun 16:50
e3a8d86
Compare
Choose a tag to compare
  • Watchdog should now be initialised before dronecan.init
  • LED on node flashes rapidly during DNA

1.3

15 Jun 21:28
d5ef5b5
Compare
Choose a tag to compare
1.3

What's Changed

  • Allow bootloaderless switching
  • force node allocation in library initialisation to make sure we get CAN connection before user code has opportunity to crash
  • Fix node id bug on a new node
  • Format, restructure and add comments
  • Add simple messages support

V1.2 ease of use changes

07 May 10:08
947d4ba
Compare
Choose a tag to compare
  • Parameter interface improved for getting and setting parameters in the program
  • Restart behaviour fixed
  • some node status related things!

V1.1 Bootloader support!

07 May 00:16
ec28167
Compare
Choose a tag to compare
  • Boot loader support using our custom AP bootloader version. See attached bootloader file
  • Adjusted parameter interface, allows parameters to be set in main.cpp instead of within the library
  • Fixed buffer overflow for uptime

V1.0

07 May 00:13
1e15e68
Compare
Choose a tag to compare

Initial release

  • Without bootloader support