Makefile to make it easier to monitor bay mesh

This commit is contained in:
Daniel Pupius
2025-04-30 12:59:37 -07:00
parent a88e55d22e
commit ae496ace52
+3
View File
@@ -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