fix it proper

This commit is contained in:
2026-01-16 19:21:56 +01:00
parent 9851f8f787
commit 6e7a92cba3
2 changed files with 40 additions and 41 deletions
+1
View File
@@ -8,6 +8,7 @@ monitor_speed = 115200
board = esp32dev board = esp32dev
framework = arduino, espidf framework = arduino, espidf
board_build.f_flash = 80000000L board_build.f_flash = 80000000L
board_build.f_cpu = 160000000L
board_build.partitions = maxapp.csv board_build.partitions = maxapp.csv
build_flags = build_flags =
-Wall -Wall
-2
View File
@@ -1485,7 +1485,6 @@ void TEF6686::readRDS(byte showrdserrors) {
break; break;
case RDS_GROUP_15A: { case RDS_GROUP_15A: {
if (showrdserrors == 3) {
if (pslong_process && rds.stationNameLong.length() > 0) rds.hasLongPS = true; if (pslong_process && rds.stationNameLong.length() > 0) rds.hasLongPS = true;
uint8_t offset = (rds.rdsB & 7) * 4; uint8_t offset = (rds.rdsB & 7) * 4;
@@ -1535,7 +1534,6 @@ void TEF6686::readRDS(byte showrdserrors) {
if ((packet0long && packet1long && packet2long && packet3long) || foundendmarker) pslong_process = true; if ((packet0long && packet1long && packet2long && packet3long) || foundendmarker) pslong_process = true;
} }
} }
}
break; break;
} }
end: end: