Skip to content

Releases: tedtoal/monitor_printf

Release 1.6.1

19 Jul 14:09
Compare
Choose a tag to compare

Release 1.6.1

  1. Again no changes. Same as with 1.5.1, trying to get library manager to pick
    up the release.

Release 1.5.1

18 Jul 18:15
Compare
Choose a tag to compare

Release 1.5.1

  1. No changes. The only reason for doing this release is that the Arduino
    Library Manager did not pick up release V1.4.1, giving the comment "Release
    monitor_printf:1.4.1 already loaded, skipping". I suspect the cause may be
    that my release tag values were of the form "V1.4.1" instead of "1.4.1", so
    I am trying it again, changing the release tag.

Release V1.4.1

17 Jul 23:59
Compare
Choose a tag to compare

Release v1.4.1

  1. Bug fixed in automatic buffer reallocation.

  2. The 'enable' argument in the begin() function is removed and replaced with
    new argument 'serial'. See README.md for recommended way of supplying this
    argument value (using #defines USE_MONITOR_PRINTF and MONITOR_PRINTF) to
    best cope with switching from use of IDE/USB to not. **** BE SURE TO CHANGE
    YOUR CALLS TO begin() TO USE THE NEW FIRST ARG NAMED 'serial' INSTEAD OF
    'enable' ****

  3. Add support for DONT_DEFINE_the_monitor_printf, see README.md.

  4. README.md has been extensively updated.

Release V1.3.1

13 Jul 19:43
Compare
Choose a tag to compare

Release to try to get library manager to pick up new version, it failed to get V1.2.1.

Release V1.2.1

09 Jul 14:41
Compare
Choose a tag to compare
  1. Add README, CHANGELOG, and LICENSE files.
  2. Add HardwareSerial* argument to constructor to allow support for any serial port.
  3. Change buffer allocation to automatically resize buffer and start with a default size.

First release of monitor_printf Arduino library

08 Jul 22:48
Compare
Choose a tag to compare

This library is meant to make it easy to do printfs to the Arduino IDE serial monitor.