From 540b6d6fc6b848dfa4b45a4630ac59ff229e99e3 Mon Sep 17 00:00:00 2001 From: Brendan Date: Sat, 21 Feb 2015 22:37:19 -0700 Subject: [PATCH] Adds note about GroundStation compatibility --- CopterController/echoServerAdvanced.cpp | 2 ++ CopterController/main.cpp | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CopterController/echoServerAdvanced.cpp b/CopterController/echoServerAdvanced.cpp index 824d537..5b88480 100644 --- a/CopterController/echoServerAdvanced.cpp +++ b/CopterController/echoServerAdvanced.cpp @@ -1,3 +1,5 @@ +// For use with v1 GroundStation + #include #include #include diff --git a/CopterController/main.cpp b/CopterController/main.cpp index 4d4870b..67c6bef 100644 --- a/CopterController/main.cpp +++ b/CopterController/main.cpp @@ -1,3 +1,5 @@ +// For use with v1 GroundStation + #include #include #include