Merged
Conversation
Contributor
boringethan
commented
Apr 8, 2026
- Add offline firmware updating to FPGAs
- Add fan feedback for 3 fans
- Upgrade interaction with SDK to be current with SDK 1.5
Feature 1 – FPGA local .jed upload - _ConsoleFpgaUpdateThread accepts optional local_jed_path; when set it skips GitHub and programs directly from the supplied file - New beginFpgaFirmwareFromLocal(target, path) slot validates the file and starts the update thread - Settings.qml: adds fpgaFwUploadTarget property, _startFpgaFromLocal() helper, fpgaJedUploadDialog FileDialog, and an "Upload..." button alongside "Update" in all four FPGA panels (TA, Seed, Safety EE, Safety OPT) Feature 2 – Three individual fan toggles - fanStatusReceived(list) signal added to MOTIONConnector - queryFanStatus() fetches speed for fans 1-3 and emits the list - setFanEnabled(fan_index, enabled) targets a single fan at 100/0% - Console.qml replaces the single fan slider with three Switch rows (Fan 1/2/3) that independently toggle each console fan; box height updated to 155 to accommodate the extra row Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.