-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e129db0
commit 00505f3
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
00505f3
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.
Hello, had a question about the new Modals. Specifically about the modal " Software update ". Can I insert its data into nRF Connect and use it in this way? I am also interested in the source where you got the UUID and 0xData for them. I would be very happy to get an answer.
00505f3
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.
you can add it like this to nrf, if you want to test others you can replace the "21" with any other byte :)
00505f3
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.
Thank you so much! I will test soon!
00505f3
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.
It all works very well, but still, where do you get this "data" like UID or others from? After searching unsuccessfully for their mentions on the net, I'm stumped!
00505f3
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.
Most of them i found here:
https://github.com/Flipper-XFW/Xtreme-Apps/blob/cb38588d1b6dc775e41af99625dc369b665ebe53/ble_spam/protocols/fastpair.c
https://github.com/Flipper-XFW/Xtreme-Apps/blob/cb38588d1b6dc775e41af99625dc369b665ebe53/ble_spam/protocols/continuity.c
the new ones in the commit above i found will bruteforcing the identifier bit in action modals.
00505f3
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.
You are indeed a very good developer, it's not just about quality and your attitude towards your "project".
But also considering your attention to everyone who has problems and questions or more precisely your users.
I will occasionally pop up with questions if I want to know something.
Thank you for your attention to the community, even if it is not a big one. 🤝
00505f3
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.
Nice find on the Vision Pro! I am going to try and integrate it into my project as well. Cheers.