Format adsb code

This commit is contained in:
2025-04-30 21:21:53 -04:00
parent ebc1f30f24
commit aa38d3c29c
16 changed files with 412 additions and 725 deletions

View File

@@ -40,11 +40,8 @@ format-adsb: ## Format code
build-adsb: ## Build the ADS-B project
@cd adsb && cargo build
run-sim: ## Run the ADS-B Simulator
@cd adsb/adsb_sim && cargo run -p adsb_sim
run-recv: ## Run the ADS-B Receiver
@cd adsb/adsb_recv && cargo run -p adsb_recv -- --sim
run-adsb: ## Run the ADS-B Receiver
@cd adsb && cargo run -- -c -D
#################
# UI Commands #