Skip to content

Commit

Permalink
Fixing arguements passed on initializing AdvertisementReceiver
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnnnnnnnnnnnn committed Aug 24, 2024
1 parent a3f8877 commit 3422e82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "etekcity_esf551_ble"
version = "0.1.3"
version = "0.1.4"
authors = [
{ name="Ron", email="ronnnnnnn@gmail.com" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/etekcity_esf551_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"IMPEDANCE_KEY",
"WEIGHT_KEY",
]
__version__ = "0.1.3"
__version__ = "0.1.4"
2 changes: 2 additions & 0 deletions src/etekcity_esf551_ble/bluetooth.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ def create_adv_receiver(
scanner_kwargs: dict[str, Any] = {
"detection_callback": detection_callback,
"scanning_mode": SCANNING_MODE_TO_BLEAK[scanning_mode],
"bluez": {},
"cb": {},
}
if IS_LINUX:
# Only Linux supports multiple adapters
Expand Down

0 comments on commit 3422e82

Please sign in to comment.