forked from espruino/BangleApps
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openhaystack: store battery status in FindMy packet
See also: seemoo-lab/openhaystack#185 https://github.com/MatthewKuKanich/FindMyFlipper/blob/e5a678e33dd17af46bb63050be4c9d10e17f6252/FindMyFlipper/findmy_state.c#L126-L137 From biemster/FindMy#53 Advertising byte: ?xx1rrmrr r: reserved m: maintained x: can be set. x must be: 00: full 01: medium 10: low 11: critical this doesn't seem to correspond with the above links
- Loading branch information
1 parent
4d8c46b
commit 924f963
Showing
3 changed files
with
8 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
0.01: New App! | ||
0.02: Keep advertising when connected | ||
0.03: Use ble_advert module to work with other BLE advert apps | ||
0.04: Update battery status in advertising packet |
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