Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PetruSoroaga committed Jan 26, 2023
2 parents 570bef9 + 9fbef05 commit 88529a0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# RubyFPV
Ruby FPV digital system

# Licences

You can use this C/C++ code however you wish (for example, but not limited to: as is, or by modifying it, or adding new code, or removing parts of the code; in public or private projects, in new free (or not) products) only if you get a priori written consent from Petru Soroaga ([email protected]) for your specific use.
This code is public for learning and academic purposes.

Also, check the licences folder for additional licences terms.

# Building the code

If you need help building this code, contact Petru Soroaga on this forum:
https://www.rcgroups.com/forums/showthread.php?3880253-Ruby-Digital-radio-RC-FPV-system-%28v-7-2-core-SDKs%29

or by sending an email to [email protected], providing a short explanation of what you are trying to accomplish.

# Adding code

You can create pull requests if that's what you really want.
2 changes: 2 additions & 0 deletions public/utils/core_plugins_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
extern "C" {
#endif

/* some comments needed */

typedef struct
{
long type;
Expand Down

0 comments on commit 88529a0

Please sign in to comment.