Skip to content

Commit

Permalink
Merge pull request #697 from joolswills/rpi_default_audiodevice
Browse files Browse the repository at this point in the history
changed RPI default AudioDevice to HDMI
  • Loading branch information
joolswills authored Nov 1, 2020
2 parents 12f2685 + 0a9345a commit fcccca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es-core/src/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ void Settings::setDefaults()

// Audio out device for volume control
#ifdef _RPI_
mStringMap["AudioDevice"] = "PCM";
mStringMap["AudioDevice"] = "HDMI";
#else
mStringMap["AudioDevice"] = "Master";
#endif
Expand Down

0 comments on commit fcccca9

Please sign in to comment.