feat: Show not supported OS on firmware page when relevant (#695)
This commit is contained in:
committed by
László Monda
parent
94cfd9d2e9
commit
114014fa13
@@ -5,4 +5,6 @@ export interface AppStartInfo {
|
||||
deviceConnected: boolean;
|
||||
hasPermission: boolean;
|
||||
bootloaderActive: boolean;
|
||||
platform: string;
|
||||
osVersion: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user