Skip to content

Update video settings for firmware version 3.27#124

Merged
rien merged 2 commits into
rien:mainfrom
kalihale:patch-1
Jun 10, 2026
Merged

Update video settings for firmware version 3.27#124
rien merged 2 commits into
rien:mainfrom
kalihale:patch-1

Conversation

@kalihale

@kalihale kalihale commented May 17, 2026

Copy link
Copy Markdown
Contributor

Fixes #123

Comment thread reStream.sh
# Use updated video settings?
if is_current_rm_firmware_version_ge $rm2_firmware_version_3_24; then
echo "Using the newer :mem: video settings."
if is_current_rm_firmware_version_ge $rm2_firmware_version_3_27; then

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

It seems you are missing the exact software version string for version 3.27, you need to define this variable under line 11.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Updated -- let me know if there's anything else I need to add.

@kalihale kalihale requested a review from rien June 9, 2026 21:58

@rien rien left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Perfect, thanks!

@rien rien merged commit 2be7734 into rien:main Jun 10, 2026
3 checks passed
@kalihale kalihale deleted the patch-1 branch June 10, 2026 06:28
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.

Update to 3.27 changed display offsets

2 participants