From f24bcd6819146633385c25ca18433cf40220aebe Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Sat, 24 Jul 2021 21:14:19 +0200 Subject: [PATCH] step version --- version.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/version.h b/version.h index 97e34c7..d6ac9a6 100644 --- a/version.h +++ b/version.h @@ -3,8 +3,9 @@ #include "StringFormatter.h" -#define VERSION "3.1.5" -// 3.1.5 Make output ID two bytes +#define VERSION "3.1.6" +// 3.1.6 Make output ID two bytes +// 3.1.5 Fix LCD corruption on power-up // 3.1.4 Refactor OLED and LCD drivers and remove unused code // 3.1.3 Add a loop delay to give more time for sensing an Ethernet cable connection // 3.1.2 Eliminate wait after write when prog is joined or prog power is off