mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-14 12:08:40 +00:00
Save before cleanup
This commit is contained in:
parent
21de81bb85
commit
3efffca1b7
@ -24,9 +24,6 @@
|
|||||||
// Gimp image > indexed colors (16), then "xxd -i *.bmp"
|
// Gimp image > indexed colors (16), then "xxd -i *.bmp"
|
||||||
|
|
||||||
//BUG: RDS Radiotext is not recognized in Redsea (and car radio)
|
//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: Check AFSK transmit end, skips last bits ?
|
||||||
//BUG: RDS doesn't stop baseband when stopping tx ?
|
//BUG: RDS doesn't stop baseband when stopping tx ?
|
||||||
|
|
||||||
|
@ -105,8 +105,6 @@ bool POCSAGTXView::start_tx() {
|
|||||||
data_ptr[bi++] = codeword & 0xFF;
|
data_ptr[bi++] = codeword & 0xFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
//text_debug_a.set("Codewords: " + to_string_dec_uint(codewords.size()));
|
|
||||||
|
|
||||||
bitrate = pocsag_bitrates[options_bitrate.selected_index()];
|
bitrate = pocsag_bitrates[options_bitrate.selected_index()];
|
||||||
|
|
||||||
baseband::set_fsk_data(
|
baseband::set_fsk_data(
|
||||||
|
Loading…
Reference in New Issue
Block a user