From 5f157d93ab0915e1f376a79f4fd2126067d23f87 Mon Sep 17 00:00:00 2001 From: Saxon Nelson-Milton Date: Wed, 8 Feb 2023 19:32:56 +1030 Subject: [PATCH] Build with no CV by default Given that most of our camera builds do not require CV, we should have the makefile default to no CV. --- init/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init/Makefile b/init/Makefile index 87da65d1..a1cff26d 100644 --- a/init/Makefile +++ b/init/Makefile @@ -9,7 +9,9 @@ PATH := /usr/local/go/bin:$(PATH) BIN_NAME := rv BIN_DIR := /src/bitbucket.org/ausocean/av/cmd/$(BIN_NAME) RUN_SCRIPT_DIR := /src/bitbucket.org/ausocean/av/init/run.sh -BUILD_TAG := withcv + +# Change this to withcv if you wish to use CV. +BUILD_TAG := nocv ifeq ($(MA),) MA := "00:E0:4C:00:00:01"