Skip to content
New issue

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

Add unique ID to connection parameter. #84

Merged
merged 2 commits into from
Mar 14, 2024
Merged

Add unique ID to connection parameter. #84

merged 2 commits into from
Mar 14, 2024

Conversation

gkoh
Copy link
Owner

@gkoh gkoh commented Mar 14, 2024

Minor C++ refactor.

Use static_cast where possible.
Migrate to class function binding rather than static.
Default to parent class constructor using initialisers.

Add unique ID to connection parameter.

When connecting, append a subset of the ESP32 'unique' identifier, which
is derived from the device MAC address.

Use static_cast where possible.
Migrate to class function binding rather than static.
Default to parent class constructor using initialisers.
When connecting, append a subset of the ESP32 'unique' identifier, which
is derived from the device MAC address.
@gkoh gkoh linked an issue Mar 14, 2024 that may be closed by this pull request
@gkoh gkoh merged commit 988d1b3 into master Mar 14, 2024
6 checks passed
@gkoh gkoh deleted the minor-cleanup branch March 14, 2024 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add per-remote identifier support
1 participant