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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user