Skip to content

Releases: TcMenu/TcMenuLog

Minor adjustment to platform compatibility

Choose a tag to compare

@davetcc davetcc released this 01 Nov 09:14

Minor adjustment to print compatibility that allows ESP-IDF support with Arduino component.

1.0.4 Hex function truncation fix for AVR

Choose a tag to compare

@davetcc davetcc released this 07 Dec 08:49

On AVR the hex functions took the wrong datatype (unsigned int) which was a 16-bit type. This led to larger 32-bit values being truncated to the first 16-bits.

1.0.3 Correct version number

Choose a tag to compare

@davetcc davetcc released this 12 Oct 09:39

correct version number, see 1.0.2

1.0.2 Fix an issue with min/max macros

Choose a tag to compare

@davetcc davetcc released this 12 Oct 09:35

Fix an issue with min and max macros that led to compile issues under PicoSDK and mbed.

1.0.1 Arduino library manager compatibility

Choose a tag to compare

@davetcc davetcc released this 22 Sep 11:22

Added extra tags for library manager.

1.0.0 First release

Choose a tag to compare

@davetcc davetcc released this 22 Sep 11:06
9c3b7ff

First release, all tests pass, works on wide range of boards.