Skip to content

Fixed l2 analog read overwritten with discrete button - #103

Merged
7Swaize merged 1 commit into
v1.1.0from
dev
Aug 20, 2026
Merged

Fixed l2 analog read overwritten with discrete button#103
7Swaize merged 1 commit into
v1.1.0from
dev

Conversation

@7Swaize

@7Swaize 7Swaize commented Aug 20, 2026

Copy link
Copy Markdown
Owner

'r2' trigger was also marked to be read as an analog value from the byte buffer. Since, the valid intended buffer size was 24 bytes for analog (16 for digital triggers), reading an extra 4 bytes (due to the r2 read) would read into the digital trigger buffer.

Closes #102

@7Swaize 7Swaize added bug Something isn't working v1.1.0 labels Aug 20, 2026
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@7Swaize
7Swaize merged commit 0663e4a into v1.1.0 Aug 20, 2026
1 check passed
@7Swaize 7Swaize changed the title Fixed 'l2' analog read overwritten with discrete button Fixed l2 analog read overwritten with discrete button Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working v1.1.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

InputModule parse analog incorrectly overwrites l2 analog read as button read

1 participant