Skip to content

Commit

Permalink
gattlib-py/examples/advertisement_data: Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviermartin committed Apr 24, 2024
1 parent dbe599d commit 9fb48aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


def on_discovered_ble_device(device, user_data):
advertisement_data, manufacturer_id, manufacturer_data = device.get_advertisement_data()
advertisement_data, manufacturer_data = device.get_advertisement_data()
print("Device Advertisement Data: %s" % manufacturer_data)


Expand Down

0 comments on commit 9fb48aa

Please sign in to comment.