From 3ea90385abe2fff0a6183a181077b232cf3ff30a Mon Sep 17 00:00:00 2001 From: Dominic Spill Date: Tue, 3 Oct 2017 16:41:20 -0600 Subject: [PATCH] Updated Opera Cake (markdown) --- Opera-Cake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Opera-Cake.md b/Opera-Cake.md index 0084d5d..3f88e7c 100644 --- a/Opera-Cake.md +++ b/Opera-Cake.md @@ -45,6 +45,6 @@ As no other software is opera cake aware, it is possible to pre-configure HackRF To configure ports to frequency bands you must use the `-f min:max:port` argument for each band, with the frequencies specified in MHz. For example: ``` -hackrf_operacake -o 24 -f 100:600:0 -f 600:1200:2 -f 0:4000:5 +hackrf_operacake -f 100:600:0 -f 600:1200:2 -f 0:4000:5 ``` will use PA1 for 100MHz to 600MHz, PA3 for 600MHz to 1200MHz, and PB2 for 0MHz to 4GHz. If tuning to precisely 600MHz PA1 will be used as it is listed first. Tuning to anything over 4GHz will use PB2 as it is the last listed, and therefore the default antenna. \ No newline at end of file