Skip to content

Update video settings for firmware version 3.27#124

Open
kalihale wants to merge 1 commit into
rien:mainfrom
kalihale:patch-1
Open

Update video settings for firmware version 3.27#124
kalihale wants to merge 1 commit into
rien:mainfrom
kalihale:patch-1

Conversation

@kalihale

@kalihale kalihale commented May 17, 2026

Copy link
Copy Markdown

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.

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