Skip to content

Releases: openlcb/OpenLCB_Single_Thread

v0.1.19

Choose a tag to compare

@dpharris dpharris released this 16 May 19:54
1425868

Corrected startup.

v0.1.18

Choose a tag to compare

@dpharris dpharris released this 13 May 19:32
1b78747

This change is to fix the node wrongly reporting its nodeid while obtaining its alias and initial reporting.

It requires the movement of the line:
NodeID nodeid(NODE_ADDRESS); // this node's nodeid
out of setup() and just above the line:
#include "OpenLCBMid.h"

The examples have been corrected.

v0.1.17

Choose a tag to compare

@dpharris dpharris released this 24 Jan 22:00
b6af811
Bump version from 0.1.16 to 0.1.17

v0.1.16

Choose a tag to compare

@dpharris dpharris released this 07 Dec 20:37
35647f9

Version bump

v0.1.15

Choose a tag to compare

@dpharris dpharris released this 01 Dec 17:03

Full Changelog: v0.1.14...v0.1.15

Made changes to support TCH Tech boards

duh

v0.1.14

Choose a tag to compare

@dpharris dpharris released this 13 Jun 15:27
7bb9177

Allow RP2350 as well as RP2040 for the Pico CAN SW library.

v0.1.13

Choose a tag to compare

@dpharris dpharris released this 22 May 02:18
48f4d6e

Full Changelog: v0.1.12...v0.1.13

v0.1.12

Choose a tag to compare

@dpharris dpharris released this 29 Apr 20:47
7cfef98

Full Changelog: v0.1.11...v0.1.12
In BasicNode made a pce routine that doesn't use blue/gold
and fixed its Serial initialization.

v0.1.11

Choose a tag to compare

@dpharris dpharris released this 29 Apr 20:20
4c07e01

Full Changelog: v0.1.10...v0.1.11
Updated Esp32Can

v0.1.10

Choose a tag to compare

@dpharris dpharris released this 09 Mar 01:53
b940983

Fix bug in OpenLcbCore.cpp.
Add Alan.