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:
@@ -720,7 +720,7 @@ void getSettingsJS(byte subPage, char* dest)
|
||||
if (subPage == 9) // update
|
||||
{
|
||||
//WLEDSR: show bin name
|
||||
sappends('m',SET_F("(\"sip\")[0]"),(char*)F("WLED_"));
|
||||
sappends('m',SET_F("(\"sip\")[0]"),(char*)F("WLEDMM_"));
|
||||
olen -= 2; //delete ";
|
||||
oappend(versionString);
|
||||
oappend(SET_F("_"));
|
||||
|
||||
Reference in New Issue
Block a user