From ad6836475cadbe3dac80e5fe4601da9d2be96b17 Mon Sep 17 00:00:00 2001 From: Pavel Brychta Date: Sun, 16 Jun 2019 12:00:30 +0200 Subject: [PATCH] Just visual format --- ThreadedGSM.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ThreadedGSM.h b/ThreadedGSM.h index 76e1add..c977dbd 100644 --- a/ThreadedGSM.h +++ b/ThreadedGSM.h @@ -459,6 +459,7 @@ private: DEBUG_PRINTLN(state); } } + void Signal() { int lastState = state; @@ -532,6 +533,7 @@ private: requests &= ~(req); nextJob(); } + void Inbox() { String CMD;