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

Proxy call with wrong name and ping conditions #124

Merged
merged 3 commits into from
Jan 23, 2025
Merged

Conversation

JensOgorek
Copy link
Contributor

These are two fixes for the expander module.

The first fixes proxy calls, they were using the wrong name.

The second fix changes the ping conditions. There are proxy modules (like Serial) that can be created, but do not create an output immediately, these would cause a timeout of the expander module, even if everything is correct. I noticed this while debugging for the first fix.

@JensOgorek JensOgorek added the bug Something isn't working label Jan 22, 2025
@JensOgorek JensOgorek added this to the 0.6.3 milestone Jan 22, 2025
@JensOgorek JensOgorek self-assigned this Jan 22, 2025
@JensOgorek JensOgorek linked an issue Jan 22, 2025 that may be closed by this pull request
@JensOgorek JensOgorek modified the milestones: 0.6.3, 0.6.2 Jan 22, 2025
@JensOgorek JensOgorek changed the title Expander fixes: Proxy call with wrong name and ping conditions Proxy call with wrong name and ping conditions Jan 23, 2025
@JensOgorek
Copy link
Contributor Author

Will merge when @pascalzauberzeug gives his ok.

Copy link
Contributor

@pascalzauberzeug pascalzauberzeug left a comment

Choose a reason for hiding this comment

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

Works just fine!

@JensOgorek JensOgorek merged commit dec2c01 into main Jan 23, 2025
@JensOgorek JensOgorek deleted the expander_fixes branch January 23, 2025 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error processing uart0: unknown module "p0"
3 participants