Skip to content

Commit

Permalink
Change frequency to center of 2.4GHz ISM.
Browse files Browse the repository at this point in the history
  • Loading branch information
jboone committed Aug 17, 2015
1 parent 6f9e7fd commit f2c0531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/sgpio-rx/sgpio-rx.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void rx_test() {

int main(void) {

const uint64_t freq = 2700000000U;
const uint64_t freq = 2441000000U;

pin_setup();
enable_1v8_power();
Expand Down

0 comments on commit f2c0531

Please sign in to comment.