From 71117bc7a1fed796bd95d2331ac1627b03c60060 Mon Sep 17 00:00:00 2001 From: Harald Barth Date: Sun, 14 Nov 2021 14:49:55 +0100 Subject: [PATCH] special version --- GITHUB_SHA.h | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GITHUB_SHA.h b/GITHUB_SHA.h index 7548d9a..50fb4ee 100644 --- a/GITHUB_SHA.h +++ b/GITHUB_SHA.h @@ -1 +1 @@ -#define GITHUB_SHA "ESP32-20211107-00:09" +#define GITHUB_SHA "ESP32-2021114-14:49" diff --git a/version.h b/version.h index 09211fa..cf06ed8 100644 --- a/version.h +++ b/version.h @@ -4,7 +4,7 @@ #include "StringFormatter.h" -#define VERSION "3.1.6" +#define VERSION "3.1.90" // 3.1.6 Make output ID two bytes and guess format/size of registered outputs found in EEPROM // 3.1.5 Fix LCD corruption on power-up // 3.1.4 Refactor OLED and LCD drivers and remove unused code