Fixed PS when fastPS is switched off

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-05-26 23:07:24 +02:00
parent 194b0d601a
commit b99c38df3a

View File

@@ -606,7 +606,7 @@ void TEF6686::readRDS(byte showrdserrors) {
ps_buffer[(offset * 2) + 1] = rds.rdsD & 0xFF; // Second character of segment ps_buffer[(offset * 2) + 1] = rds.rdsD & 0xFF; // Second character of segment
ps_buffer[8] = '\0'; // Endmarker ps_buffer[8] = '\0'; // Endmarker
if (ps_process) { if (ps_process || !rds.fastps) {
if (offset == 0) { if (offset == 0) {
packet0 = true; packet0 = true;
packet1 = false; packet1 = false;