Skip to content

Commit

Permalink
Fix init script
Browse files Browse the repository at this point in the history
  • Loading branch information
kdpatino committed Apr 9, 2018
1 parent a7ebec5 commit 98d590a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix-init.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cd /usr/share/matrixlabs/matrixio-devices

function detect_device(){
MATRIX_DEVICE=$(./fpga_info | grep IDENTIFY | cut -f 3 -d ' ')
MATRIX_DEVICE=$(./fpga_info | grep IDENTIFY | cut -f 4 -d ' ')
}

function read_voice_config(){
Expand Down

0 comments on commit 98d590a

Please sign in to comment.