Skip to content
Snippets Groups Projects
Commit 7f30044f authored by athatheocsd's avatar athatheocsd
Browse files

Added a @TODO regarding new information on the APID

parent 93ce07dd
No related branches found
No related tags found
No related merge requests found
......@@ -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 = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment