-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
base: main
Are you sure you want to change the base?
Conversation
57b9427
to
153a536
Compare
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' |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
Co-authored-by: Peter Newman <[email protected]>
Inform users about available firmware updates for their connected stream deck studios
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