-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
jkbms_ble: 32s-Support and connection workaround for bt-fail #466
Merged
Merged
Changes from 26 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
fe6b89c
first commits for jkbms ble integration
6a68d3c
implemented most warnings except undercurrent(?), imbalance
f214263
getting things together, removed most obvious mistakes; connection te…
cb5f865
sync to upstream
97b8918
merge
fcb8a17
bugfixes, working on manual run :)
46c918b
give the bluetooth-jkbms a dummy-serialport that will fail to open, s…
baranator a8b031d
Sync with upstream; Merge remote-tracking branch 'upstream/master'
baranator 4fb1066
sync to upstream
57cee54
added installation dependencies to installlocal; added error-handling…
4555bb0
tidy up code
68b26a3
satisfy lint
1f9eb87
lint #2
973718b
lint #3
c0ea4a0
lint again
39345da
cleanup imports & None-check
672192f
lint
6732d41
missing import
60a4cf4
workaround for crash of bluetooth-stack
4af0a5a
lint
7d0e167
added info-message
edd9da8
workaround for dying bluetooth working
baranator f07eb01
added support for the newer 32s systems, that have slightly different…
baranator 770d054
syncing with upstream
4e8bbb5
added stop of scraping if detection of jkbms fails
c734938
lint
500e7ab
Merge branch 'jkbms_ble' into master
baranator File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Is there a reason why you chose 10 hours and not 12 hours?
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.
tbh: That line can be removed completely as it not used anymore - device-info only contains non-changing data that do not need to be updated after connect.
That change comes from back then, when we tried to figure out where that crashes come from...