From 2ce4c8066e49c6bbbc5073db480c860644d00736 Mon Sep 17 00:00:00 2001 From: Asbelos Date: Thu, 21 Jan 2021 11:10:52 +0000 Subject: [PATCH] Update version.h --- version.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index 43f4764..e47b1ec 100644 --- a/version.h +++ b/version.h @@ -4,7 +4,10 @@ #include "StringFormatter.h" // const char VERSION[] PROGMEM ="0.2.0"; -#define VERSION "3.0.2" - +#define VERSION "3.0.3" +// 3.0.3 Includes: +// command to write loco address and clear consist +// command will allow for consist address +// Startup commands implemented #endif