Select audio output on Linux

This commit is contained in:
loki
2021-05-18 13:36:12 +02:00
parent 3d8a99f541
commit 2b04e1428c
10 changed files with 564 additions and 68 deletions
+2 -2
View File
@@ -77,8 +77,8 @@ namespace flag {
enum flag_e : std::size_t {
PIN_STDIN = 0, // Read PIN from stdin instead of http
FRESH_STATE, // Do not load or save state
FLAG_SIZE,
CONST_PIN = 4 // Use "universal" pin
CONST_PIN = 4, // Use "universal" pin
FLAG_SIZE
};
}