From eeca8f9e902dc1d89801cac4745372c081be7918 Mon Sep 17 00:00:00 2001 From: Pavel Demin Date: Wed, 13 Nov 2024 15:47:40 +0100 Subject: [PATCH] fix path in sdr-receiver-hpsdr --- md/sdr-receiver-hpsdr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md/sdr-receiver-hpsdr.md b/md/sdr-receiver-hpsdr.md index ea14414..5b7672d 100644 --- a/md/sdr-receiver-hpsdr.md +++ b/md/sdr-receiver-hpsdr.md @@ -55,7 +55,7 @@ This SDR receiver should work with most of the programs that support the HPSDR/M ## Running CW Skimmer Server and Reverse Beacon Network Aggregator - Install [CW Skimmer Server](https://dxatlas.com/skimserver). -- Copy [HermesIntf.dll](https://github.com/k3it/HermesIntf/releases) to the CW Skimmer Server program directory (C:\Program Files (x86)\Afreet\SkimSrv). +- Copy [HermesIntf.dll](https://github.com/k3it/HermesIntf/releases) to the CW Skimmer Server program directory (`C:\Program Files (x86)\Afreet\SkimSrv`). - In the `SkimSrv` directory, rename `HermesIntf.dll` to `HermestIntf_XXXX.dll` where `XXXX` are the last four digits of the MAC address of the Eclypse Z7 board. - Make a copy of the `SkimSrv` directory and rename the copy to `SkimSrv2`. - In the `SkimSrv2` directory, rename `SkimSrv.exe` to `SkimSrv2.exe` and rename `HermestIntf_XXXX.dll` to `HermestIntf_FFXX.dll`.