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

Expanded the build script to build customizable multiple languages and models firmwares #1520

Merged
merged 3 commits into from
Jan 16, 2023

Conversation

GeminiServer
Copy link
Contributor

  • Please check if the PR fulfills these requirements
  • The changes have been tested locally
  • There are no breaking changes
  • What kind of change does this PR introduce?

Bug fix: Command line build customizable multiple firmwares with user defined languages and models was not possible.
This will expanded the build script to build customizable multiple languages and models firmwares.

  • What is the current behavior?

Same as before with the additional possibility to build customizable selectable languages and models.

  • What is the new behavior (if this is a feature change)?
    This was working:
  • build.sh (Build all models and all languages)
  • build.sh -l EN -m TS100 (Build one language and model)

This was not working: (Which is fixed with now.)

  • build.sh -l EN -m "TS100 MHP30" (Build one language and multi models)
  • build.sh -l "DE EN" -m "TS100 MHP30" (Build multi languages and models)

@GeminiServer GeminiServer changed the title Master Expanded the build script to build customizable multiple languages and models firmwares Jan 5, 2023
fixed shellcheck suggestions reported by reviewdog
@Ralim Ralim merged commit cc37899 into Ralim:master Jan 16, 2023
@Ralim Ralim added this to the 2.21 milestone Jan 17, 2023
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.

2 participants