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
Hi @rgrover
The reset operation in URIBeacon2Service.h should reset to default values:
reset
URIBeacon2Service.h
however beaconPeriodIn = 1000 and TX Power Mode is neither initialized or reset.
beaconPeriodIn = 1000
Also suggest originalURIData and similar be renamed to defaultUriData.
originalURIData
defaultUriData.
The text was updated successfully, but these errors were encountered:
lovely. thanks.
Sorry, something went wrong.
This has now been fixed. Please verify and close.
linux: fix typo
643180b
another attempt to workaround issue ARMmbed#7
rgrover
No branches or pull requests
Hi @rgrover
The
reset
operation inURIBeacon2Service.h
should reset to default values:however
beaconPeriodIn = 1000
and TX Power Mode is neither initialized or reset.Also suggest
originalURIData
and similar be renamed todefaultUriData.
The text was updated successfully, but these errors were encountered: