-
Notifications
You must be signed in to change notification settings - Fork 7
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
🐛 (rfid): Callback with copy of rfid::Tag #1303
Conversation
Version comparison
|
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff list
|
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff list
|
Codecov Report
@@ Coverage Diff @@
## develop #1303 +/- ##
========================================
Coverage 98.73% 98.73%
========================================
Files 145 145
Lines 3729 3729
========================================
Hits 3682 3682
Misses 47 47
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
eb82b51
to
70d1a46
Compare
PR changes analysis report📌 Info
🤖 Firmware impact analysis
Click to show memory sections
🔬 Detailed impact analysisClick to show detailed analysis for all targets
🗺️ Map files diff output
|
Kudos, SonarCloud Quality Gate passed! |
PR changes analysis report📌 Info
🤖 Firmware impact analysis
Click to show memory sections
🔬 Detailed impact analysisClick to show detailed analysis for all targets
🗺️ Map files diff output
|
Tested on robot (LekaOS): Fail. Removing the BLE Service does not change the output, the robot has an HardFault when exiting activity with Dice. |
Activities use MagicCard by ref, it was removed but the issue still the same. |
Debugger does not work but an hypothesis is that callback in activity cannot go to the end due to ActivityKit define current_activity (pointer to activity) to Consider being in an Activity, the current callback use by RFIDKit onTagActivated is the one defined by the Activity (e.g. NumberRecognition).
If |
Closed in favor of |
Validation