From 5cfca1b3407d0acb2658e233c8067f874a276f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20M=C3=B6hle?= <91616163+softhack007@users.noreply.github.com> Date: Thu, 15 Jan 2026 11:38:55 +0100 Subject: [PATCH] fix indentation minor --- wled00/wled.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wled00/wled.h b/wled00/wled.h index c0935e88..e5047aa5 100644 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -8,9 +8,9 @@ // version code in format yymmddb (b = daily build) #ifndef WLED_BUILD_VERSION // WLEDMM allow override by nightly build script - #define VERSION 2601151 -#else - #define VERSION WLED_BUILD_VERSION + #define VERSION 2601151 +#else + #define VERSION WLED_BUILD_VERSION #endif // WLEDMM - you can check for this define in usermods, to only enabled WLEDMM specific code in the "right" fork. Its not defined in AC WLED.