Skip to content

Releases: BeyondRobotix/ArduinoDroneCANlib

V1.3.3 bug fix DNA

21 Jul 21:42

Choose a tag to compare

Found when there was chatter on the CAN line, I couldn't get DNA. Removing the delay in the library init fixes it.

1.3.1 stability improvements

26 Jun 16:50
e3a8d86

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

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

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

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

Choose a tag to compare

Initial release

  • Without bootloader support