Skip to content

Commit

Permalink
Merge pull request #587 from fmuecke/fixed_warning
Browse files Browse the repository at this point in the history
playRTTTLString: not all paths do return properly
  • Loading branch information
Blueforcer authored Jan 4, 2025
2 parents 346c927 + b9e2c97 commit a29b514
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PeripheryManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ const char *PeripheryManager_::playRTTTLString(String rtttl)
melodyName[sizeof(melodyName) - 1] = '\0';
return melodyName;
}
return nullptr; // RTTTL not supported with DFPlayer
}

const char *PeripheryManager_::playFromFile(String file)
Expand Down

0 comments on commit a29b514

Please sign in to comment.