mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-25 20:26:41 +00:00
Check ARDUINO for console service
This commit is contained in:
parent
82fd2c930a
commit
ee89b240dc
@ -1150,7 +1150,7 @@ void dispatch_service(const char*, const char* payload)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if 1
|
#if ARDUINO && HASP_USE_CONSOLE
|
||||||
if(!strcmp_P(payload, "start console")) {
|
if(!strcmp_P(payload, "start console")) {
|
||||||
consoleStart();
|
consoleStart();
|
||||||
} else if(!strcmp_P(payload, "stop console")) {
|
} else if(!strcmp_P(payload, "stop console")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user