Releases: tedtoal/monitor_printf
Releases · tedtoal/monitor_printf
Release 1.6.1
Release 1.5.1
Release 1.5.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
Release v1.4.1
-
Bug fixed in automatic buffer reallocation.
-
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' **** -
Add support for DONT_DEFINE_the_monitor_printf, see README.md.
-
README.md has been extensively updated.
Release V1.3.1
Release to try to get library manager to pick up new version, it failed to get V1.2.1.
Release V1.2.1
- Add README, CHANGELOG, and LICENSE files.
- Add HardwareSerial* argument to constructor to allow support for any serial port.
- Change buffer allocation to automatically resize buffer and start with a default size.
First release of monitor_printf Arduino library
This library is meant to make it easy to do printfs to the Arduino IDE serial monitor.