From 38088253f83a118861e418b201649e32809f8b5e Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Fri, 8 Jul 2022 17:56:49 -0700 Subject: [PATCH 1/2] disable welcome screen --- src/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration.h b/src/configuration.h index f932d3015..6ab956176 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -145,7 +145,7 @@ along with this program. If not, see . // #define DISABLE_NTP // Disable the welcome screen and allow -// #define DISABLE_WELCOME_UNSET +#define DISABLE_WELCOME_UNSET // ----------------------------------------------------------------------------- // OLED & Input From dff69157d694dabf7df5128c3eaee8c4d48565d3 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Fri, 8 Jul 2022 17:57:08 -0700 Subject: [PATCH 2/2] bump to 24 --- version.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.properties b/version.properties index ba6104e8d..b72c409eb 100644 --- a/version.properties +++ b/version.properties @@ -1,4 +1,4 @@ [VERSION] major = 1 minor = 3 -build = 23 +build = 24