mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
shuntingYard get api-data lowerCase, fix #2457
This commit is contained in:
@@ -383,7 +383,7 @@ std::string commands(std::string & expr, bool quotes = true) {
|
|||||||
data.insert(data.begin(), '"');
|
data.insert(data.begin(), '"');
|
||||||
data.insert(data.end(), '"');
|
data.insert(data.end(), '"');
|
||||||
}
|
}
|
||||||
expr.replace(f, l, data);
|
expr.replace(f, l, emsesp::Helpers::toLower(data));
|
||||||
e = f + data.length();
|
e = f + data.length();
|
||||||
} else {
|
} else {
|
||||||
return expr = "";
|
return expr = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user