mirror of
https://github.com/radio95-rnt/rds95.git
synced 2026-02-26 20:33:53 +01:00
idk
This commit is contained in:
@@ -210,7 +210,7 @@ static void get_rds_ps_group(RDSEncoder* enc, uint16_t *blocks) {
|
||||
}
|
||||
} else {
|
||||
if(enc->data[enc->program].dps1_len > PS_LENGTH) {
|
||||
uint8_t scroll_threshold = (enc->data[enc->program].dps_speed == 0) ? 12 : 8;
|
||||
uint8_t scroll_threshold = (enc->data[enc->program].dps_speed == 0) ? 16 : 12;
|
||||
|
||||
if(enc->state[enc->program].dynamic_ps_scroll_counter >= scroll_threshold) {
|
||||
switch(enc->data[enc->program].dps1_mode) {
|
||||
|
||||
Reference in New Issue
Block a user