From b2b8626de35fe33f472d0693d98daa4471ca0009 Mon Sep 17 00:00:00 2001 From: LArkema Date: Tue, 12 Dec 2023 13:11:01 -0800 Subject: [PATCH] Use right version number for orange LED fix --- DCTransistor-Bidirectional/config.h | 2 +- DCTransistor/config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DCTransistor-Bidirectional/config.h b/DCTransistor-Bidirectional/config.h index 97ef981..cc0934e 100644 --- a/DCTransistor-Bidirectional/config.h +++ b/DCTransistor-Bidirectional/config.h @@ -19,7 +19,7 @@ #include //Version string. Changes with every software version -#define VERSION "1.1.4" +#define VERSION "1.1.5" /* * USER CONFIGURATION VALUES diff --git a/DCTransistor/config.h b/DCTransistor/config.h index d88ae04..e11b6af 100644 --- a/DCTransistor/config.h +++ b/DCTransistor/config.h @@ -19,7 +19,7 @@ #include //Version string. Changes with every software version -#define VERSION "1.1.4" +#define VERSION "1.1.5" /* * USER CONFIGURATION VALUES