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

Use unique AccessPoint name #14

Closed
brainelectronics opened this issue Apr 16, 2022 · 1 comment
Closed

Use unique AccessPoint name #14

brainelectronics opened this issue Apr 16, 2022 · 1 comment

Comments

@brainelectronics
Copy link
Owner

Relates to brainelectronics/Micropython-ESP-WiFi-Manager#15

In case more than one device uses this lib, it is hard to connect to the desired device as all have the same AccessPoint name.

Create the MyEVSE AccessPoint with a unique name based on the unique ID function of micropython-modules

@brainelectronics
Copy link
Owner Author

if all modules are of the same batch they only differ of course in the last digits only. Call function

GenericHelper.get_uuid(4).decode('ascii'))
as follows

GenericHelper.get_uuid(-4).decode('ascii'))

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

No branches or pull requests

1 participant