Merge branch 'main' into dev

This commit is contained in:
fewtarius 2022-02-11 06:05:57 -05:00
commit 47e86d7e28
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -68,3 +68,6 @@ limitations under the License.
* ```smbpasswd root```
* Alternatively, copy your ssh key with ssh-copy-id, and leave rotation enabled.
* ```ssh-copy-id root@jelos```
* After the 20220210 update I have no volume control in ES.
* SSH to the device and run the following command to switch the audio device:
* ```sed -i 's#<string name="AudioDevice" value="'.*'" />#<string name="AudioDevice" value="DAC" />#' .emulationstation/es_settings.cfg```