Skip to content

Commit

Permalink
update notebook with bug fix v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tensorturtle committed Mar 20, 2024
1 parent 1c442e7 commit ac1282c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/single_hr_notebook_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,7 @@
" heart_rate = data[1]\n",
" print(f\"Heart Rate: {heart_rate} beats per minute\")\n",
" model.enable_notifications = lambda client: client.start_notify(HEART_RATE_MEASUREMENT_CHARACTERISTIC_UUID, handle_hr_measurement)\n",
" model.disable_notifications = lambda client: client.stop_notify(HEART_RATE_MEASUREMENT_CHARACTERISTIC_UUID)\n",
"\n",
" #model.set_measurement_handler = lambda client: handle_hr_measurement"
" model.disable_notifications = lambda client: client.stop_notify(HEART_RATE_MEASUREMENT_CHARACTERISTIC_UUID)"
]
},
{
Expand Down

0 comments on commit ac1282c

Please sign in to comment.