From ae496ace5242633f922e39cdd2f88bc1ee345283 Mon Sep 17 00:00:00 2001 From: Daniel Pupius Date: Wed, 30 Apr 2025 12:59:37 -0700 Subject: [PATCH] Makefile to make it easier to monitor bay mesh --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 4d99af3..843e2ed 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,9 @@ build: run: build @./dist/meshstream --verbose 2>&1 | go tool github.com/dpup/logista +baymesh: build + @./dist/meshstream --verbose --mqtt-topic-prefix "msh/US/bayarea" 2>&1 | go tool github.com/dpup/logista + # Generate Go code from Protocol Buffers gen-proto: tools @mkdir -p $(ROOT_DIR)/generated