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

feat: sds firmware update #3142

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

feat: sds firmware update #3142

wants to merge 6 commits into from

Conversation

Julusian
Copy link
Member

@Julusian Julusian commented Nov 14, 2024

Inform users about available firmware updates for their connected stream deck studios

image

The notification number in the tabs bar is not something we do currently, but is important as some of the firmware updates are important so should be pushed hard on them.

In this first iteration, we are relying on an external proprietry tool by Bitfocus to perform the updates. In a later iteration, we can look into this being a command line tool that is invoked automatically.

This isn't differentiating between important and optional updates, that would add quite a lot of complexity and without public release notes for the firmware won't make much sense

ENCODER_LD: '1.01.006',
}
const SDS_UPDATE_TOOL_URL = 'https://bitfocus.io/?elgato-sds-firmware-updater'
const SDS_UPDATE_VERSIONS_URL = 'https://builds.julusian.dev/builds/sds-test.json'
Copy link
Contributor

Choose a reason for hiding this comment

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

Would it make more sense to serve this from GitHub raw like so?:
https://raw.githubusercontent.com/bitfocus/companion/refs/heads/main/nodejs-versions.json

Copy link
Member Author

Choose a reason for hiding this comment

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

Both of these urls are placeholders currently, waiting on the update tool to be available

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