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

6: Use WiFi MAC to request 'self' device #8

Merged
merged 1 commit into from
Dec 9, 2023
Merged

6: Use WiFi MAC to request 'self' device #8

merged 1 commit into from
Dec 9, 2023

Conversation

ngc7293
Copy link
Owner

@ngc7293 ngc7293 commented Dec 9, 2023

Uses esp_read_mac(..., WIFI_STA) to get the base MAC address of the ESP device and send it to the server in the GetDevice call.

Removes the GANYMEDE_DEVICE_ID config element.

Fixes #6.

Uses `esp_read_mac(..., WIFI_STA)` to get the base MAC address of the
ESP device and send it to the server in the GetDevice call.

Removes the GANYMEDE_DEVICE_ID config element.
@ngc7293 ngc7293 merged commit 40d2048 into main Dec 9, 2023
1 check passed
@ngc7293 ngc7293 deleted the 6-device-mac branch December 9, 2023 03:36
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.

Lookup Device by MAC address
1 participant