mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 11:46:34 +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
|
||||
|
||||
#if 1
|
||||
#if ARDUINO && HASP_USE_CONSOLE
|
||||
if(!strcmp_P(payload, "start console")) {
|
||||
consoleStart();
|
||||
} else if(!strcmp_P(payload, "stop console")) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user