added INFO debug frequency of transmit

pull/23/head
alanbjohnston 7 years ago committed by GitHub
parent 9a58008c3c
commit 8e0cdab9f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -237,6 +237,8 @@ int main(int argc, char *argv[]) {
uint8_t data[1024];
tx_freq_hz -= tx_channel * 50000 + 85000; // subtracting rx offset of 90kHz
#ifdef DEBUG_LOGGING
print ("INFO: Transmit frequency %3.5f MHz\n", tx_freq_hz/e6)
init_rf();

Loading…
Cancel
Save

Powered by TurnKey Linux.