Avrgirl Arduino Versions Save

:girl: :pager: A NodeJS library for flashing compiled sketch files to Arduino microcontroller boards.

v1.6.6

8 years ago

Patches:

  • Fixed a bug where some Leonardo boards (like the Arduboy) need a few hundred milliseconds extra after the virtual com port shows up again before reconnecting

v1.6.3

8 years ago

Patches:

  • Updated documentation for compiling hex files for uploading (#46)
  • Added BUDGET.md

v1.6.2

8 years ago

Official release of Test Pilot testing tool.

v1.6.1

8 years ago

Patches:

  • Temporary fix for #45 :ant:

v1.6.0

8 years ago

Features:

  • soft launch of Test Pilot manual testing tool

v1.5.6

8 years ago

Patches:

  • upgraded STK500v2 package to latest version, to turn off unnecessary debug messages

v1.5.5

8 years ago

Patches:

  • alias list method to listPorts (thank you @rwaldron for the suggestion in #41)

v1.5.4

8 years ago

Patches:

  • support for the Adafruit 32u4 Feather Basic Proto
  • fixed small issue with long reboot sequence in CLI tool

v1.5.3

8 years ago

Patches

  • on Linux and Windows, sometimes an AVR109 (all leonardo based boards such as the micro, nano, leo, etc) reset will cause the device to reappear on a different serial port when the VCOM reboots. Fixed this bug by falling back to auto sniffing ports to find the device again if it indeed port hops :beetle:

v1.5.2

8 years ago

Patches:

  • much needed refactor of whole package
  • additional tests added :white_check_mark: