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

[serial_module] add flag for settings acks for serial messages #608

Closed
wants to merge 1 commit into from

Conversation

lesykm
Copy link

@lesykm lesykm commented Oct 25, 2024

This PR adds flag which will allow enable(default) or disable acks for Serial module packets.

Related issue: Related Issue

Checklist before merging

  • All top level messages commented
  • All enum members have unique descriptions

@lesykm lesykm force-pushed the master branch 2 times, most recently from dcdefe2 to 2c89105 Compare October 25, 2024 05:09
@thebentern
Copy link
Contributor

Why not just use the protobuf mode and control the wantack on the MeshPacket? This is seems unnecessary to add an additional config on text when you really should be upgrading the protos mode if you want this level control

Copy link
Member

@garthvh garthvh left a comment

Choose a reason for hiding this comment

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

There is a protobufs mode if you need to add complexity, text and simple mode by design don't have any configuration options, you have protos mode with unlimited customization.

@thebentern thebentern closed this Oct 25, 2024
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.

3 participants