Zoul: added firefly to motelist targets

This commit is contained in:
Antonio Lignan 2016-08-12 13:21:09 +02:00
parent 1cd39a2621
commit 23eb3756c0

View file

@ -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();