mirror of
https://github.com/dpup/meshstream.git
synced 2026-07-02 16:02:02 +02:00
Makefile to make it easier to monitor bay mesh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user