Skip to content

Commit

Permalink
void TAPController::setVolume(byte volumeValue)
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd committed Jul 29, 2023
1 parent b4692ae commit dc19bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TAPController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ void TAPController::select5SpeakerMode() {
_serial.println("sk 31,d0,4f");
}

void TAPController::setCenterSurroundVolume(byte volumeValue) {
void TAPController::setVolume(byte volumeValue) {
_serial.print("sk 31,1");
_serial.println(volumeValue, HEX);
}
Expand Down

0 comments on commit dc19bcb

Please sign in to comment.