-
Notifications
You must be signed in to change notification settings - Fork 13
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
Complete firmware rewrite #7
Merged
Merged
Conversation
This file contains 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
…'em? Damn, I just yeeted on 'em. Oh damn. Damn homeboy. Damnnnn. That's a sick ass yeeeet. Damn did you just yeet on 'em? Hell yeah I just yoted on em!
This class will be used to apply visual patterns onto pins for indicating statuses
* master: (32 commits) Remove excess newline Replace last macro reference with constant String reference Add firmware version as constant string as well Reintroduce const String variable to prevent double char pointer operator+ Update reference to .py file in platformio.ini after rename Attempt to improve caching of PlatformIO dependencies and build tools Add comments to embed_version.py Remove inclusion of non-existant header file Define SHOCKLINK_API_URL and SHOCKLINK_FW_VERSION in workflows and reference them during build Use built-in stringify macro helper instead Include string literal quotes in generated macros Embed fw version in firmware Initial test for embedding firmware version Create README.md Add missing dependency link 'needs: build' to new publish stage Seperate build and publish steps to get clearer CI results and remove one comment accidentally included in release notes Add RELEASE.md as default release body Make artifact URL predictable by omitting version number in file names Fix merge error Expand glob pattern to actually match semver version tags ...
- Made RMT Task command exchange thread safe - Moved RMT logic to isolated class - Abstracted logic to improve code quality
…hase in ci-master
Feature/captive portal ci
@hhvrc I realized today that we should just merge this into |
Captive portal CI (part 2)
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.
This is a substantial rewrite of the firmware for increased code quality, better maintainability, more functionality, and to decrease coupling.
Embedded WebUI is also now in SvelteKit and uses websockets for communication.