File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ export interface DeviceHardware {
1010 tags ?: string [ ] ;
1111 requiresDfu ?: boolean ;
1212 partitionScheme ?: string ;
13+ hasMui ?: boolean ;
1314}
1415
1516export const deviceHardwareList : DeviceHardware [ ] = [
@@ -409,6 +410,8 @@ export const deviceHardwareList: DeviceHardware[] = [
409410 tags : [ "LilyGo" ] ,
410411 images : [ "t-deck.svg" ] ,
411412 requiresDfu : true ,
413+ hasMui : true ,
414+ partitionScheme : "16MB" ,
412415 } ,
413416 {
414417 hwModel : 51 ,
@@ -429,6 +432,8 @@ export const deviceHardwareList: DeviceHardware[] = [
429432 activelySupported : true ,
430433 supportLevel : 3 ,
431434 displayName : "Pi Computer S3" ,
435+ hasMui : true ,
436+ partitionScheme : "8MB" ,
432437 } ,
433438 {
434439 hwModel : 53 ,
@@ -461,6 +466,8 @@ export const deviceHardwareList: DeviceHardware[] = [
461466 supportLevel : 3 ,
462467 displayName : "unPhone" ,
463468 requiresDfu : true ,
469+ hasMui : true ,
470+ partitionScheme : "8MB" ,
464471 } ,
465472 {
466473 hwModel : 48 ,
@@ -570,6 +577,8 @@ export const deviceHardwareList: DeviceHardware[] = [
570577 displayName : "Seeed SenseCAP Indicator" ,
571578 tags : [ "Seeed" ] ,
572579 images : [ "seeed-sensecap-indicator.svg" ] ,
580+ hasMui : true ,
581+ partitionScheme : "8MB" ,
573582 } ,
574583 {
575584 hwModel : 71 ,
You can’t perform that action at this time.
0 commit comments