[feat](trx-server): add soapysdr as default feature

Enable SoapySDR backend by default to make multi-device setups work out
of the box without requiring explicit feature flags.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-26 23:33:34 +01:00
parent 68ca798b47
commit 30ac7aab1e
+1
View File
@@ -9,6 +9,7 @@ edition = "2021"
build = "build.rs"
[features]
default = ["soapysdr"]
soapysdr = ["dep:trx-backend-soapysdr", "trx-backend/soapysdr"]
[dependencies]