mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-14 18:46:59 +00:00
[Cleanup] Reduce bin size on minimal builds.
This commit is contained in:
@@ -129,10 +129,13 @@ void pluginWebformShowValue(taskIndex_t taskIndex,
|
||||
if (varNr > 0) {
|
||||
addHtmlDiv(F("div_br"));
|
||||
}
|
||||
String postfix(taskIndex);
|
||||
postfix += '_';
|
||||
postfix += varNr;
|
||||
|
||||
pluginWebformShowValue(
|
||||
label, concat(F("valuename_"), static_cast<int>(taskIndex)) + '_' + varNr,
|
||||
value, concat(F("value_"), static_cast<int>(taskIndex)) + '_' + varNr,
|
||||
label, concat(F("valuename_"), postfix),
|
||||
value, concat(F("value_"), postfix),
|
||||
addTrailingBreak);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user