From 03aa7f5f7d76c34d23f7dff865424ad0483bd967 Mon Sep 17 00:00:00 2001 From: copych <70332557+copych@users.noreply.github.com> Date: Fri, 10 Feb 2023 07:34:24 +0300 Subject: [PATCH] Update config.h --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 243023b..cd76dea 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PROG_NAME "ESP32 AcidBox" -#define VERSION "v.1.0.1" +#define VERSION "v.1.0.2" #define DEBUG_ON // note that debugging eats ticks initially belonging to real-time tasks, so sound output will be spoild in most cases, turn it off for production build //#define DEBUG_MASTER_OUT // serial monitor plotter will draw the output waveform