We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to compile any of the swift-matter examples, I run into the following error that I have no idea how to resolve.
Any suggestions? This is using the current HEAD version of this repo targeting esp32c6.
/Users/U/esp/esp-matter/components/esp_matter/esp_matter_client.h:57:26: error: use of undeclared identifier 'strdup' 55 | { 56 | if (json_str) { 57 | m_json_str = strdup(json_str); | `- error: use of undeclared identifier 'strdup' 58 | } else { 59 | if (usage == k_invoke_cmd) {
The text was updated successfully, but these errors were encountered:
Resolved via #32
Sorry, something went wrong.
No branches or pull requests
When I try to compile any of the swift-matter examples, I run into the following error that I have no idea how to resolve.
Any suggestions? This is using the current HEAD version of this repo targeting esp32c6.
The text was updated successfully, but these errors were encountered: