Skip to content
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

Fix #1051 - bad VFD UART validation and generation logic #1052

Merged
merged 1 commit into from
Nov 5, 2023
Merged

Conversation

MitchBradley
Copy link
Collaborator

This fixes a problem whereby a tree validation triggered by a run-time modification to the tree would cause a false validation error in a VFD node. It is an artifact of the two different ways of specifying the VFD UART - either as a subordinate uart: node or a uart_num: reference to an external uartN: section.

Testing revealed an additional problem that this patch also fixes. The configuration generator (e.g. $cd) would generate an invalid node that specified both a uart: subsection and also a uart_num: line.

@bdring bdring merged commit 73763ac into Devt Nov 5, 2023
24 checks passed
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.

2 participants