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

Wizard: Configure boat firmware and support custom page configuration #1702

Merged
merged 6 commits into from
May 24, 2023

Conversation

patrickelectric
Copy link
Member

@patrickelectric patrickelectric commented May 23, 2023

Allows wizard to request user to connect to internet and install firmware for current board

peek

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
…uration

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
…mwares andd installFirmwareFromUrl functions

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
…work changes

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
…installation

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Copy link
Member

@Williangalvani Williangalvani left a comment

Choose a reason for hiding this comment

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

nice!

url: `${autopilot.API_URL}/install_firmware_from_url`,
timeout: 30000,
params: {
// eslint-disable-next-line object-shorthand
Copy link
Member

Choose a reason for hiding this comment

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

has anything bad happened if you tried used object shorthand?

Copy link
Member Author

Choose a reason for hiding this comment

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

has anything bad happened if you tried used object shorthand?

Yes, the json does not have a key, just a value.

@patrickelectric patrickelectric merged commit 995f0d3 into bluerobotics:master May 24, 2023
5 checks passed
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.

None yet

2 participants