Skip to content

Commit dea2ef5

Browse files
committed
Add url
1 parent 6858223 commit dea2ef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/resource.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ export interface DeviceHardware {
1212
partitionScheme?: string;
1313
hasMui?: boolean;
1414
hasInkHud?: boolean;
15+
url?: string; // Override URL for the device (for actively supported devices only)
1516
}
1617

1718
export const deviceHardwareList: DeviceHardware[] = [

0 commit comments

Comments
 (0)