mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Fix sterilization of capitalization
This commit is contained in:
parent
e4da288990
commit
b36a2ebc95
@ -152,7 +152,7 @@ void dispatchBacklight(String strPayload)
|
|||||||
|
|
||||||
void dispatchCommand(String cmnd)
|
void dispatchCommand(String cmnd)
|
||||||
{
|
{
|
||||||
cmnd.toLowerCase();
|
// cmnd.toLowerCase();
|
||||||
debugPrintln("CMND: " + cmnd);
|
debugPrintln("CMND: " + cmnd);
|
||||||
|
|
||||||
if(cmnd.startsWith(F("page "))) {
|
if(cmnd.startsWith(F("page "))) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user