File: 0050-Change-frequency-to-center-of-2.4GHz-ISM.patch

package info (click to toggle)
hackrf 2015.07.2-11
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 69,764 kB
  • ctags: 9,327
  • sloc: ansic: 13,907; python: 696; vhdl: 218; sh: 32; makefile: 15
file content (20 lines) | stat: -rw-r--r-- 527 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From f2c0531bc285db6a8b8c753a3bf128d3eabc6898 Mon Sep 17 00:00:00 2001
From: Jared Boone <jboone@earfeast.com>
Date: Mon, 17 Aug 2015 11:12:52 -0700
Subject: [PATCH 50/68] Change frequency to center of 2.4GHz ISM.

---
 firmware/sgpio-rx/sgpio-rx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/firmware/sgpio-rx/sgpio-rx.c
+++ b/firmware/sgpio-rx/sgpio-rx.c
@@ -85,7 +85,7 @@
 
 int main(void) {
 
-	const uint64_t freq = 2700000000U;
+	const uint64_t freq = 2441000000U;
 
 	pin_setup();
 	enable_1v8_power();