-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Fixes on 0x69 address detection #10715
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
Merged
oscgonfer
merged 21 commits into
meshtastic:develop
from
fablabbcn:bugfix/detection-on-0x69-address
Jul 3, 2026
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
7c17e48
Fixes on 0x69 address detection
oscgonfer 658197c
Merge branch 'develop' into bugfix/detection-on-0x69-address
oscgonfer 560e2d3
Remove commented code
oscgonfer 92f32eb
Add define for screen I2C frequency
oscgonfer 1a1f906
Add functions to get I2C screen frequency and port
oscgonfer 0200d45
Make reclock function aware of screen-set I2C speeds
oscgonfer b7ec5cd
Refurbish ReClockI2C API
oscgonfer e7ab45a
Update esp8266-oled library
oscgonfer 36b72c6
Fix esp8266 library
oscgonfer 70588f0
Minor logging changes
oscgonfer 8b08431
Improve setClock and restoreClock cases
oscgonfer 07f1779
Make getter functions const, fix capitalisaiton of new functions
oscgonfer 5025d0e
Minor typo, remove pragma once
oscgonfer 81c0f14
Low prio debug fixes
oscgonfer 6c61f12
Move address, bus and port to TelemetrySensor
oscgonfer 301c5e0
Allow re-scan of AirQualityModule for late-coming sensors
oscgonfer 2ef8d9c
Style fix
oscgonfer fc5dc5f
Mark getter functions as const (properly)
oscgonfer f604a4e
Reduce overhead in SEN5X probing
oscgonfer e1982cc
Merge remote-tracking branch 'origin/develop' into pr10715-fix
caveman99 c61d32c
Guard AirQuality I2C re-scan behind !MESHTASTIC_EXCLUDE_I2C
caveman99 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Not quite sure I agree with this. I understand the module coupling, but there are two considerations: