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 incorrect TX power setting for advertising. #836

Merged
merged 1 commit into from
Jan 12, 2025
Merged

Conversation

h2zero
Copy link
Owner

@h2zero h2zero commented Jan 4, 2025

  • Adds a new enum class to specify the tx power type to set (unused by non-esp devices).
  • When all type is specified it is now ensured that all the tx power types are set to the specified level.
  • Correctly sets the power level advertised for extended advertising with legacy pdu selected.

Fixes #835

@h2zero
Copy link
Owner Author

h2zero commented Jan 4, 2025

@sanastasiou

* Adds a new enum class to specify the tx power type to set (unused by non-esp devices).
* When all type is specified it is now ensured that all the tx power types are set to the specified level.
* Correctly sets the power level advertised for extended advertising with legacy pdu selected.
@h2zero h2zero merged commit 8c1bcc9 into master Jan 12, 2025
31 checks passed
@h2zero h2zero deleted the adv-txpower-fix branch January 12, 2025 22:35
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.

Wrong dbM value in advertisement data when using C3/S3 chip.
2 participants