From 46e36fc42f1594573931733afbe28e0b92c5eac9 Mon Sep 17 00:00:00 2001 From: mrWheel Date: Sun, 29 Dec 2019 13:29:04 +0100 Subject: [PATCH] versienummer en datum --- .gitignore | 1 + DSMRloggerWS.ino | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 936164a..4d4a7f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.bin +mkdocs/site/* diff --git a/DSMRloggerWS.ino b/DSMRloggerWS.ino index 4468b7e..7f63b64 100644 --- a/DSMRloggerWS.ino +++ b/DSMRloggerWS.ino @@ -2,7 +2,7 @@ *************************************************************************** ** Program : DSMRloggerWS (WebSockets) */ -#define _FW_VERSION "v1.0.4a (23-12-2019)" +#define _FW_VERSION "v1.0.4 (29-12-2019)" /* ** Copyright (c) 2019 Willem Aandewiel **