From 3efffca1b766cae175135dcd389bf17d84a452e2 Mon Sep 17 00:00:00 2001 From: furrtek Date: Sat, 11 Feb 2017 22:17:02 +0000 Subject: [PATCH] Save before cleanup --- firmware/application/main.cpp | 3 --- firmware/application/ui_pocsag_tx.cpp | 2 -- 2 files changed, 5 deletions(-) diff --git a/firmware/application/main.cpp b/firmware/application/main.cpp index 736689d1..e874eb60 100755 --- a/firmware/application/main.cpp +++ b/firmware/application/main.cpp @@ -24,9 +24,6 @@ // Gimp image > indexed colors (16), then "xxd -i *.bmp" //BUG: RDS Radiotext is not recognized in Redsea (and car radio) -//BUG: POCSAG TX: Chops off the last few chars on long messages ? -//BUG: (fixed ?) POCSAG: Bad console scroll init -//BUG: (fixed ?) POCSAG misses alphanum messages, cuts them off sometimes //BUG: Check AFSK transmit end, skips last bits ? //BUG: RDS doesn't stop baseband when stopping tx ? diff --git a/firmware/application/ui_pocsag_tx.cpp b/firmware/application/ui_pocsag_tx.cpp index f62186cd..2aef6443 100644 --- a/firmware/application/ui_pocsag_tx.cpp +++ b/firmware/application/ui_pocsag_tx.cpp @@ -105,8 +105,6 @@ bool POCSAGTXView::start_tx() { data_ptr[bi++] = codeword & 0xFF; } - //text_debug_a.set("Codewords: " + to_string_dec_uint(codewords.size())); - bitrate = pocsag_bitrates[options_bitrate.selected_index()]; baseband::set_fsk_data(