-
Notifications
You must be signed in to change notification settings - Fork 206
Open
Labels
bugSomething isn't workingSomething isn't working
Description
RDS PI Code shows only last 2 symbols.
When using function getRdsPI() it returns only 2 symbols instead of 4.
Suggest fix it in
SI4735.cpp
uint16_t SI4735::getRdsPI(void)
{
if (getRdsReceived() && getRdsNewBlockA())
{
// return currentRdsStatus.resp.BLOCKAL;
return (currentRdsStatus.resp.BLOCKAH << 8) | currentRdsStatus.resp.BLOCKAL;
}
return 0;
}
thanks you
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working