Skip to content
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

FIX - Fix Crazyflie scanning after recent change in Firmware #97 #98

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fredg02
Copy link
Member

@fredg02 fredg02 commented Feb 26, 2025

#97

@fredg02 fredg02 added enhancement BLE Bluetooth LE related issues labels Feb 26, 2025
@fredg02 fredg02 requested a review from ataffanel February 26, 2025 01:00
@fredg02 fredg02 linked an issue Feb 26, 2025 that may be closed by this pull request
@fredg02 fredg02 marked this pull request as draft February 26, 2025 01:03
@@ -262,6 +262,7 @@ public void run() {
private void scan () {
// Filtered scan
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
//FIXME
ScanFilter cfFilter = new ScanFilter.Builder().setDeviceName(CF_DEVICE_NAME).build();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I still need to find a fix for this line.

@fredg02
Copy link
Member Author

fredg02 commented Feb 26, 2025

These changes still need to be tested with firmware that uses the new device name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BLE Bluetooth LE related issues enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix Crazyflie scanning after recent change in Firmware
1 participant