Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
device:Add Redmi Pad Pro 5G
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed May 26, 2024
1 parent a2e13de commit 6318611
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ object DeviceInfoHelper {
Device("Xiaomi 14", "houji", "NC"),
Device("Xiaomi 14 Pro", "shennong", "NB"),
Device("Xiaomi 14 Pro Ti Satellite", "shennong_t", "ND"),
Device("Xiaomi Civi 4 Pro", "chenfeng", "NJ"),
Device("Xiaomi 14 Civi / Xiaomi Civi 4 Pro", "chenfeng", "NJ"),
Device("Redmi 13C / POCO C65 (India)", "gale", "GP"),
Device("Redmi 13C (China) / 13R / POCO M6", "air", "GQ"),
Device("Redmi K70 / POCO F6 Pro", "vermeer", "NK"),
Expand All @@ -197,6 +197,7 @@ object DeviceInfoHelper {
Device("Xiaomi 14 Ultra", "aurora", "NA"),
Device("Xiaomi Pad 6S Pro", "sheng", "NX"),
Device("Redmi Pad Pro", "dizi", "NS"),
Device("Redmi Pad Pro 5G","ruan","FS")
)

val deviceNames = deviceList.map { it.deviceName }
Expand Down

0 comments on commit 6318611

Please sign in to comment.