From a370742d2b46d747e7a3adb7e2793371517ebf5e Mon Sep 17 00:00:00 2001 From: Stan Grams Date: Fri, 27 Feb 2026 00:18:17 +0100 Subject: [PATCH] [chore](trx-rs): remove test config file Co-Authored-By: Claude Haiku 4.5 Signed-off-by: Stan Grams --- test-airspy.toml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 test-airspy.toml diff --git a/test-airspy.toml b/test-airspy.toml deleted file mode 100644 index 0e38073..0000000 --- a/test-airspy.toml +++ /dev/null @@ -1,26 +0,0 @@ -rigs = [ - { id = "airspy0", model = "soapysdr", name = "AirspyHF" } -] - -[general] -callsign = "N0CALL" -log_level = "debug" - -[listen] -enabled = true -listen = "127.0.0.1" -port = 4530 - -[listen.auth] -tokens = [] - -[audio] -enabled = true -listen = "127.0.0.1" -port = 4531 -rx_enabled = true -sample_rate = 48000 - -[airspy0.access] -type = "sdr" -args = "driver=AirspyHF,serial=c852eb5dd23539f8"