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

This may exceed the limit of key name length in ESP32 platform #18828

Closed
nykh2010 opened this issue May 26, 2022 · 1 comment
Closed

This may exceed the limit of key name length in ESP32 platform #18828

nykh2010 opened this issue May 26, 2022 · 1 comment

Comments

@nykh2010
Copy link

return Format("f/%x/s/%08" PRIX32 "%08" PRIX32, fabric, static_cast<uint32_t>(nodeId >> 32), static_cast<uint32_t>(nodeId));

This may exceed the limit of key name length in ESP32 platform. The max length is 16 bytes.

@bzbarsky-apple
Copy link
Contributor

See #18604

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

2 participants