-
Notifications
You must be signed in to change notification settings - Fork 45
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
Is it possible to enable encryption? #5
Comments
|
https://www.espressif.com/sites/default/files/documentation/esp-now_user_guide_en.pdf pg.4 (but maybe this is outdated)
This library does not pass any key (this would be a LMK): WifiEspNow/src/WifiEspNowBroadcast.cpp Line 173 in b5d96e7
I suggest a function to pass through a user defined PMK (aka KOK) to reach this call: I'm not sure if I sum it up right:
relatedespressif/ESP8266_NONOS_SDK#114 |
Can't find anything in examples.
Thanks!
The text was updated successfully, but these errors were encountered: