Working on adsb

This commit is contained in:
2025-05-03 16:01:29 -04:00
parent 1d4b8338cc
commit dc1a6de6c6
6 changed files with 369 additions and 169 deletions

View File

@@ -38,10 +38,7 @@ format-adsb: ## Format code
@cd adsb && cargo fmt
build-adsb: ## Build the ADS-B project
@cd adsb && cargo build
run-adsb: ## Run the ADS-B Receiver
@cd adsb && cargo run -- -c -D
@cd adsb && cargo build --release
#################
# UI Commands #