Skip to content

Commit

Permalink
#56 Expand the set of listening modes: added 5.1 surround and THX Cinema
Browse files Browse the repository at this point in the history
  • Loading branch information
mkulesh committed Apr 14, 2019
1 parent 1ef86e6 commit c691ea9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/java/com/mkulesh/onpc/config/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ public class Configuration
ListeningModeMsg.Mode.MODE_08,
ListeningModeMsg.Mode.MODE_0A,
ListeningModeMsg.Mode.MODE_11,
ListeningModeMsg.Mode.MODE_0C
ListeningModeMsg.Mode.MODE_0C,
ListeningModeMsg.Mode.MODE_40,
ListeningModeMsg.Mode.MODE_42
};

/*********************************************************
Expand Down

0 comments on commit c691ea9

Please sign in to comment.