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 Note 13R
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Jun 3, 2024
1 parent fb06992 commit c591682
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ 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")
Device("Redmi Pad Pro 5G", "ruan", "FS"),
Device("Redmi Note 13R / POCO M6 Plus", "breeze", "NU")
)

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

2 comments on commit c591682

@HegeKen
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Device("Redmi 13 / POCO M6 4G", "moon", "NT"),

@YuKongA
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Device("Redmi 13 / POCO M6 4G", "moon", "NT"),

好的

Please sign in to comment.