Check ARDUINO for console service

This commit is contained in:
fvanroie 2021-07-19 02:13:44 +02:00
parent 82fd2c930a
commit ee89b240dc

View File

@ -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")) {