forked from DarkFlippers/unleashed-firmware
-
Notifications
You must be signed in to change notification settings - Fork 4
Dev #50
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
Open
derskythe
wants to merge
772
commits into
custom
Choose a base branch
from
dev
base: custom
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
RGB BACKLIGHT refactoring.
This reverts commit ca2765a.
- Add new doc on Storage module - Improve formatting in the JS section for better readability
Night Shift Feature (dimming backlight in selected time interval)
by Willy-JL in OFW PR 4160
by Willy-JL in OFW PR 4153
by Willy-JL in OFW PR 4159
by leommxj in OFW PR 4133
by WillyJL
by WillyJL
by HaxSam & WillyJL
fix crc function, add valid/invalid display (does not affect TX) and use new crc sum in add manually menu
also add 303 mhz freq to default list
With big thanks to all contributors 2022.08 - @Skorpionm 2025.07 - @xMasterX & @RocketGod-git
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 pull request introduces multiple changes across different themes, including updates to firmware messaging templates, removal of RGB patch support, addition of seasonal animations, and improvements to CI infrastructure. Below is a detailed breakdown of the most important changes:
Firmware Messaging Updates:
.ci_files/devbuild_msg_discord.txtand.ci_files/devbuild_msg_telegram.txtto include thetarget=f7parameter and removed references to the RGB patch. [1] [2].ci_files/release_msg_discord.txtand.ci_files/release_msg_telegram.txtto include thetarget=f7parameter and removed references to the RGB patch. [1] [2]Removal of RGB Patch Support:
.drone.yml. This includes removal of commands, environment variables, and artifact handling for RGB patch builds. [1] [2] [3] [4] [5]Seasonal Animations:
.ci_files/season_anims/L1_Happy_holidays_128x64/meta.txtand.ci_files/season_anims/L1_Sleigh_ride_128x64/meta.txt. [1] [2].ci_files/season_anims/manifest.txtto include the new animations.CI Infrastructure Improvements:
.ci_files/imgs/fztools/Dockerfile) and entrypoint script (.ci_files/imgs/fztools/entrypoint.sh) for building tools in a containerized environment. [1] [2]kramos/alpine-zipimage withjoshkeegan/zipfor bundling self-update packages in.drone.yml. [1] [2]Changelog Handling:
.drone.ymlby truncating to 1200 characters and refining formatting for Discord and Telegram messages. [1] [2]