Add bin name in info tab, bin name starts with WLEDMM

package.json: Version from 0.14.0.2.0 to 0.14.0.2.1
output_bins.py and xml.cpp: MM postfix after WLED in bin name
index.js and json.cpp: Add bin name in info tab
This commit is contained in:
Ewoud
2022-11-09 11:56:03 +01:00
parent 20aebf2789
commit f2adc5eff4
10 changed files with 4079 additions and 4078 deletions

View File

@@ -35,7 +35,7 @@ def bin_rename_copy(source, target, env):
if release_name:
_create_dirs(["release"])
version = _get_cpp_define_value(env, "WLED_VERSION")
release_file = "{}release{}WLED_{}_{}.bin".format(OUTPUT_DIR, os.path.sep, version, release_name)
release_file = "{}release{}WLEDMM_{}_{}.bin".format(OUTPUT_DIR, os.path.sep, version, release_name) #WLEDSR: add MM postfix to WLED
shutil.copy(str(target[0]), release_file)
# check if new target files exist and remove if necessary