Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing issues in the devices.json file #45

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

PiotrZPL
Copy link

While parsing your file, I encountered two problems:

  1. Veux (Redmi Note 11 Pro 5G/ Poco X4 Pro 5G) was declared twice in the Xiaomi section. It is problematic, as JSON does not allow duplicate declarations, and such issues may lead some parsers to fail. In order to fix it, I removed the outdated declaration.
  2. Payton (Moto X4) was declared in the Xiaomi section. As this device was manufactured by Motorola, I moved it to its appropriate section.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant