From 28ca62a0556d1aa9a7929fb8491723ce51b43e18 Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 16 Aug 2023 10:03:14 +0200 Subject: [PATCH] build number up some minor updates from upstream - JSON API : fix (de)allocations of pins for buttons/IR/RELAY - JSON API: added sync groups --- wled00/wled.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/wled.h b/wled00/wled.h index 16ff5fa0..fc4f9117 100644 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -8,7 +8,7 @@ */ // version code in format yymmddb (b = daily build) -#define VERSION 2308140 +#define VERSION 2308160 //uncomment this if you have a "my_config.h" file you'd like to use //#define WLED_USE_MY_CONFIG