From 7f30044fc7a0bab571cc9983c930c8bb65273754 Mon Sep 17 00:00:00 2001
From: athatheocsd <vostidi@hotmail.com>
Date: Tue, 15 Jan 2019 11:22:13 +0200
Subject: [PATCH] Added a @TODO regarding new information on the APID

---
 inc/Services/EventActionService.hpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/inc/Services/EventActionService.hpp b/inc/Services/EventActionService.hpp
index 86de6759..27934af0 100644
--- a/inc/Services/EventActionService.hpp
+++ b/inc/Services/EventActionService.hpp
@@ -35,7 +35,8 @@ private:
 
 public:
 	struct EventActionDefinition {
-		bool empty = true; // 1 means empty, 0 means full
+		bool empty = true;
+		// TODO: APID = 0 is the Ground Station APID. This should be changed
 		uint16_t applicationId = 0;
 		uint16_t eventDefinitionID = 65535;
 		String<64> request = "";
-- 
GitLab