Skip to content

resolve issue #23, Windows compatibility, bug correction, speed up connection ...#29

Open
MozisII wants to merge 7 commits into
mduran80:mainfrom
MozisII:main
Open

resolve issue #23, Windows compatibility, bug correction, speed up connection ...#29
MozisII wants to merge 7 commits into
mduran80:mainfrom
MozisII:main

Conversation

@MozisII

@MozisII MozisII commented Dec 16, 2025

Copy link
Copy Markdown

Hello,
This is proposed changed:

  1. Resolve the issue reset-clean-filter-timer not working #23 I've also encountered. There was a missing return statement. Moreover, can't work 'cause there was an error in the index code (good one found in the blafois reverse engineering). Solution tested.
  2. There was a third exception when starting in verbose as ctx.obj["loading"] was used but not defined
  3. I've optimized connection time. Originally, there is a fixed time network scanning, and after we're looking for the device. I add a method that scan the network until it find the device or timeout elapsed.
  4. Add direct compatibility with windows by making call to Bluetooth binary disconnect only on Linux.
  5. Had also to remove import as function was not more present

@mc-fu

mc-fu commented Mar 20, 2026

Copy link
Copy Markdown
Contributor

can confirm that the the reset-clean-filter-timer not working #23 issue is definitely solved now, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants