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

Commit

Permalink
device: add device data (Redmi Turbo 3 / Redmi Pad Pro) (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
lingqiqi5211 authored Apr 11, 2024
1 parent a9bd2fb commit 4de4bba
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ object DeviceInfoHelper {
Device("Redmi Note 13 / 13R Pro / POCO X6 Neo", "gold", "NQ"),
Device("Redmi Note 13 Pro / POCO X6", "garnet", "NR"),
Device("Redmi Note 13 Pro (Global)", "emerald", "NF"),
Device("Redmi Turbo 3 / POCO F6", "peridot", "NP"),
Device("Xiaomi 13T", "aristotle", "MF"),
Device("Xiaomi 14", "houji", "NC"),
Device("Xiaomi 14 Pro", "shennong", "NB"),
Expand All @@ -170,6 +171,7 @@ object DeviceInfoHelper {
Device("Redmi K70E / POCO X6 Pro", "duchamp", "NL"),
Device("Xiaomi 14 Ultra", "aurora", "NA"),
Device("Xiaomi Pad 6S Pro", "sheng", "NX"),
Device("Redmi Pad Pro", "dizi", "NS"),
)

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

0 comments on commit 4de4bba

Please sign in to comment.