Merge pull request #1820 from alignan/pull/motelist-firefly
Zoul: added firefly to motelist targets
This commit is contained in:
commit
9e91a3832d
|
@ -57,6 +57,8 @@ if( $Opt{board} eq "z1" ) {
|
|||
$Opt{board} = "Zolertia Z1";
|
||||
} elsif( $Opt{board} eq "remote" ) {
|
||||
$Opt{board} = "Zolertia RE-Mote platform";
|
||||
} elsif( $Opt{board} eq "firefly" ) {
|
||||
$Opt{board} = "Zolertia Firefly platform";
|
||||
}
|
||||
|
||||
my @devs = $Opt{method} eq "procfs" ? scan_procfs() : scan_sysfs();
|
||||
|
|
Loading…
Reference in a new issue