-
Notifications
You must be signed in to change notification settings - Fork 8.4k
samples: mesh: nrf52: removed unwanted code #12017
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #12017 +/- ##
=======================================
Coverage 48.05% 48.05%
=======================================
Files 281 281
Lines 43412 43412
Branches 10404 10404
=======================================
Hits 20863 20863
Misses 18400 18400
Partials 4149 4149Continue to review full report at Codecov.
|
|
Please wait. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are many things wrong with this:
- It should be a helper function
- It should have a descriptive name matching what it does
- Even if it was a macro it should be all upper-case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed that macro. So issue has solved !!
|
All checks are passing now. Review history of this comment for details about previous failed status. |
Removed unwanted code which is not allowing GET response to get send by Server to client. After removing this, there is improvement in GATT Bearer performance while testing with Android nRFMesh App. Signed-off-by: Vikrant More <[email protected]>
Reassignment of last target values as per present values after NODE reset as well as after every transition get completed. Signed-off-by: Vikrant More <[email protected]>
Removed bug which get introduced by PR:9521. Because of it not able to save App's variable on SoC flash. Signed-off-by: Vikrant More <[email protected]>
Removed unwanted code which is not allowing GET response
to get send by Server to client. After removing this, there
is improvement in GATT Bearer performance while testing
with Android nRFMesh App.
Signed-off-by: Vikrant More [email protected]