We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6858223 commit dea2ef5Copy full SHA for dea2ef5
src/lib/resource.ts
@@ -12,6 +12,7 @@ export interface DeviceHardware {
12
partitionScheme?: string;
13
hasMui?: boolean;
14
hasInkHud?: boolean;
15
+ url?: string; // Override URL for the device (for actively supported devices only)
16
}
17
18
export const deviceHardwareList: DeviceHardware[] = [
0 commit comments