fix it proper
This commit is contained in:
@@ -8,6 +8,7 @@ monitor_speed = 115200
|
||||
board = esp32dev
|
||||
framework = arduino, espidf
|
||||
board_build.f_flash = 80000000L
|
||||
board_build.f_cpu = 160000000L
|
||||
board_build.partitions = maxapp.csv
|
||||
build_flags =
|
||||
-Wall
|
||||
|
||||
@@ -1485,7 +1485,6 @@ void TEF6686::readRDS(byte showrdserrors) {
|
||||
break;
|
||||
|
||||
case RDS_GROUP_15A: {
|
||||
if (showrdserrors == 3) {
|
||||
if (pslong_process && rds.stationNameLong.length() > 0) rds.hasLongPS = true;
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
end:
|
||||
|
||||
Reference in New Issue
Block a user