From 7ece72b39a003c9793a77628e93235964c8cfd57 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 2 Apr 2022 12:46:36 +0100 Subject: simple serial command protocol tagged responses, just because --- pm.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pm.h') diff --git a/pm.h b/pm.h index 7ac2050..116c74b 100644 --- a/pm.h +++ b/pm.h @@ -102,4 +102,8 @@ public: sps30_sleep(); awake=false; } + + bool serialCommand(const String &tag, const String &command) { + return false; + } }; -- cgit v1.2.3