added debug INFO printf of tx frequency

pull/20/head
alanbjohnston 7 years ago committed by GitHub
parent 3e7fa64225
commit cece5c513f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -235,6 +235,9 @@ int main(int argc, char *argv[]) {
uint8_t data[1024];
tx_freq_hz -= tx_channel * 50000;
#ifdef DEBUG_LOGGING
printf("INFO: Transmit frequency %3.5f MHz\n", ((float)tx_freq_hz)/1000000);
#endif
init_rf();

Loading…
Cancel
Save

Powered by TurnKey Linux.