Merge pull request #317 from MoonModules/copilot/update-nightly-build-version

Automate nightly build VERSION from build date, update Changelog generator to v2.4
This commit is contained in:
Frank Möhle
2026-01-15 20:34:09 +01:00
committed by GitHub
6 changed files with 30 additions and 7 deletions

View File

@@ -7,8 +7,10 @@
*/
// version code in format yymmddb (b = daily build)
#ifndef VERSION // WLEDMM allow override by nightly build script
#define VERSION 2601151
#ifndef WLED_BUILD_VERSION // WLEDMM allow override by nightly build script
#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.