We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried following the docs after installing my ANT+ stick via Zadig.
I tried to call sensor.scan() as descripted in the README.
sensor.scan()
But i kept running into this error: FATAL ERROR: Error::Error napi_create_reference
FATAL ERROR: Error::Error napi_create_reference
I had a look, and it looks like you have to create a HeartRateScanner if you want to scan for devices.
HeartRateScanner
A HeartRateSensor, if you want to attach a device.
HeartRateSensor
This is not clear in the README.
(please correct me if i am wrong)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried following the docs after installing my ANT+ stick via Zadig.
I tried to call
sensor.scan()
as descripted in the README.But i kept running into this error:
FATAL ERROR: Error::Error napi_create_reference
I had a look, and it looks like you have to create a
HeartRateScanner
if you want to scan for devices.A
HeartRateSensor
, if you want to attach a device.This is not clear in the README.
(please correct me if i am wrong)
The text was updated successfully, but these errors were encountered: