mirror of
https://github.com/solokeys/admin-app.git
synced 2026-06-20 13:16:17 -07:00
Return UnsuportedCommand (INVALID_COMMAND) instead of NotAvailable (INVALID_LENGTH)
This allows nitropy to easily skip the test if the command is not supported
This commit is contained in:
+1
-1
@@ -276,7 +276,7 @@ where
|
||||
}
|
||||
#[cfg(not(feature = "se050"))]
|
||||
{
|
||||
return Err(Error::NotAvailable);
|
||||
return Err(Error::UnsupportedCommand);
|
||||
}
|
||||
}
|
||||
Command::GetConfig => {
|
||||
|
||||
Reference in New Issue
Block a user