-
Notifications
You must be signed in to change notification settings - Fork 964
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
Showing
1 changed file
with
16 additions
and
1 deletion.
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
d6fc1c3
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.
This commit breaks on my lilygo T-BEAM AXP2101-V1.2
Constantly reboots.
concole_dump.txt
Please see attached LOG file for console output.
d6fc1c3
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.
d6fc1c3
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.
@vk4ypb can you check this? #2964
d6fc1c3
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.
d6fc1c3
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.
unfortunately i can't reproduce that with the current build environment and a T-Beam. can you reset to firmware defaults and try again? take a backup of the config before if its an important device.
d6fc1c3
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.
Hi, tried that to no success. I have looked at your code changes, and it all falls apart in the updateBatteryLevel procedure.
However, I wonder if the issue is not else where, particularly when you set up the battery service. In particular, I have found a reference that states you should be using 128bit UUIDS for the battery service. ie.
0000180F-0000-1000-8000-00805F9B34FB
00002A19-0000-1000-8000-00805F9B34FB
Not sure if this is the issue, I will see if I can modify the code and try.
Peter.