Change frequency to center of 2.4GHz ISM.

This commit is contained in:
Jared Boone
2015-08-17 11:12:52 -07:00
parent 6f9e7fdab8
commit f2c0531bc2

View File

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