remove FREQUENCY_OFFSET

pico-v0.40
alanbjohnston 3 years ago committed by GitHub
parent 6c72578b98
commit a4500889b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -146,7 +146,7 @@ float get_cpu_temp();
//#define WAV_DATA_LENGTH (50000 * 8)
uint32_t tx_freq_hz = 434900000 + FREQUENCY_OFFSET;
uint32_t tx_freq_hz = 434900000; // + FREQUENCY_OFFSET;
//uint8_t data[1024];
uint32_t tx_channel = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.