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
Thx @sivar2311 for the info
The text was updated successfully, but these errors were encountered:
Reason found. A build flag is missing. As workaround add the missing build flag for code which uses Matter -DCHIP_HAVE_CONFIG_H
-DCHIP_HAVE_CONFIG_H
example:
[env:esp32dev] platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10/platform-espressif32.zip board = esp32dev framework = arduino board_build.partitions = huge_app.csv build_flags = -DCHIP_HAVE_CONFIG_H
Sorry, something went wrong.
The missing flag will be added with next release in Arduino code.
Jason2866
No branches or pull requests
Thx @sivar2311 for the info
The text was updated successfully, but these errors were encountered: