Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev santypilot features #69

Open
wants to merge 14 commits into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ $(foreach var, $(SANITIZE_DEPRECATED_VARS), $(eval $(call SANITIZE_VAR,$(var),de

# Decide on a verbosity level based on the V= parameter
export AT := @
# V := 1
ifndef V
export V0 :=
export V1 := $(AT)
Expand Down Expand Up @@ -152,7 +153,8 @@ endif
export UAVOBJGENERATOR

# Set up default build configurations (debug | release)
GCS_BUILD_CONF := release
# GCS_BUILD_CONF := release
GCS_BUILD_CONF := debug

# Set extra configuration
ifeq ($(GCS_WITH_OSG), 1)
Expand Down Expand Up @@ -351,7 +353,7 @@ uploader_clean:
PACKAGE_FW_TARGETS := fw_coptercontrol fw_revolution fw_revonano fw_sparky2
PACKAGE_FW_TARGETS += fw_oplinkmini
PACKAGE_FW_TARGETS += fw_gpsplatinum
PACKAGE_FW_TARGETS += fw_osd
# PACKAGE_FW_TARGETS += fw_osd
PACKAGE_FW_TARGETS += fw_revoproto
PACKAGE_FW_TARGETS += fw_spracingf3evo fw_spracingf3 fw_nucleof303re fw_pikoblx fw_tinyfish

Expand Down
Binary file added cache/Data.qmdb
Binary file not shown.
Loading