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();
