We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde3410 commit df4a71dCopy full SHA for df4a71d
dependencyLibs/Core/src/org/droidplanner/core/drone/variables/Radio.java
@@ -10,6 +10,8 @@
10
* Parses the mavlink radio messages.
11
*
12
* TODO: update signal info calculations based on the used radio hardware.
13
+ * TODO: create accessors for the raw signal values, and the updated ones based on the radio hardware. Maybe push the
14
+ * accessors to the client library layer.
15
*/
16
public class Radio extends DroneVariable implements DroneInterfaces.OnDroneListener{
17
public static final int MAX_FADE_MARGIN = 50;
0 commit comments