forked from meshtastic/python
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: matkam/meshtastic-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: meshtastic/python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 22 files changed
- 6 contributors
Commits on Jan 5, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 4d54ee7 - Browse repository at this point
Copy the full SHA 4d54ee7View commit details -
github-actions committed
Jan 5, 2026 Configuration menu - View commit details
-
Copy full SHA for 9a72e36 - Browse repository at this point
Copy the full SHA 9a72e36View commit details
Commits on Jan 8, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 4f6d183 - Browse repository at this point
Copy the full SHA 4f6d183View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57d43b8 - Browse repository at this point
Copy the full SHA 57d43b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 683dd23 - Browse repository at this point
Copy the full SHA 683dd23View commit details
Commits on Jan 9, 2026
-
Configuration menu - View commit details
-
Copy full SHA for c3c5ce6 - Browse repository at this point
Copy the full SHA c3c5ce6View commit details -
Merge pull request meshtastic#888 from dandrzejewski/node-favorites
Show favorite nodes in --nodes
Configuration menu - View commit details
-
Copy full SHA for a73f432 - Browse repository at this point
Copy the full SHA a73f432View commit details
Commits on Jan 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for da559f0 - Browse repository at this point
Copy the full SHA da559f0View commit details -
github-actions committed
Jan 24, 2026 Configuration menu - View commit details
-
Copy full SHA for b26d80f - Browse repository at this point
Copy the full SHA b26d80fView commit details
Commits on Jan 25, 2026
-
fix(ble): resolve BLE hangs on macOS without --debug flag
This fixes two issues that caused BLE connections to hang on macOS when not using the --debug flag: 1. Race condition in BLEClient event loop initialization - The event loop thread was started but asyncio operations were submitted before the loop was actually running - Added threading.Event synchronization to ensure the event loop is running before any operations are submitted - The ready signal is sent from within the loop via call_soon() to guarantee the loop is truly active 2. CoreBluetooth callback delivery on macOS - On macOS, CoreBluetooth requires occasional I/O operations for callbacks to be properly delivered to the main thread - Without --debug, no I/O was happening, causing callbacks to never be processed and operations to hang indefinitely - Added sys.stdout.flush() call before waiting for async results to trigger the necessary I/O The --debug flag masked these issues because: - Debug logging introduces timing delays that let the event loop start - Logger I/O triggers the necessary callback delivery mechanism Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Aleksei Sviridkin <f@lex.la>Configuration menu - View commit details
-
Copy full SHA for 9b9df9e - Browse repository at this point
Copy the full SHA 9b9df9eView commit details -
Merge pull request meshtastic#893 from lexfrei/fix/ble-race-condition
fix(ble): resolve BLE connection hangs on macOS without --debug flag
Configuration menu - View commit details
-
Copy full SHA for cdf893e - Browse repository at this point
Copy the full SHA cdf893eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master