mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-14 18:46:59 +00:00
[Cleanup] Use EMPTY_STRING instead of F("") to reduce build size
This commit is contained in:
@@ -96,7 +96,7 @@ void pluginWebformShowValue(taskIndex_t taskIndex, byte varNr, const String& lab
|
||||
}
|
||||
|
||||
void pluginWebformShowValue(const String& valName, const String& value, bool addBR) {
|
||||
pluginWebformShowValue(valName, F(""), value, F(""), addBR);
|
||||
pluginWebformShowValue(valName, EMPTY_STRING, value, EMPTY_STRING, addBR);
|
||||
}
|
||||
|
||||
void pluginWebformShowValue(const String& valName, const String& valName_id, const String& value, const String& value_id, bool addBR) {
|
||||
|
||||
Reference in New Issue
Block a user