changed disabled codec state to unknown value (3)

This commit is contained in:
crcro
2016-08-15 00:03:46 +03:00
parent 70c93fe9e6
commit 776dfa998b

View File

@ -36,7 +36,7 @@ if (preg_match("/(bcm).+(boardrev)/", $raspberry)) {
if ($state_index_id) {
$states = array(
array($state_index_id, 'enabled', 1, 2, 0),
array($state_index_id, 'disabled', 1, 4, 2),
array($state_index_id, 'disabled', 1, 3 , 2),
);
}