Skip to content
Snippets Groups Projects
Commit de83aac8 authored by burneykb's avatar burneykb
Browse files

Changing binary name to reflect usage

parent 9ea0d83e
No related branches found
No related tags found
No related merge requests found
......@@ -41,3 +41,4 @@ src/vrpn/pc_linux64/*
BlueTooth
logs
client
BackEnd
......@@ -11,7 +11,7 @@ INCDIR=inc src src/vrpn src/vrpn/quat src/vrpn/build
OBJDIR=obj
# Final exacutable name
EXE=BlueTooth
EXE=BackEnd
# File names
CSOURCES := $(foreach dir, $(SRCDIR), $(wildcard $(dir)/*.c ))
......
......@@ -14,4 +14,6 @@ cd into the groundstation folder.
make
run the program with sudo privledges
sudo ./BlueTooth
sudo ./BackEnd
If you wish to change the way the backend communicates to the quad and vice versa, modify src/config.h .
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