We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c871c93 commit d503d99Copy full SHA for d503d99
1 file changed
examples/UnitUnified/common/sdkconfig.defaults
@@ -11,6 +11,9 @@ CONFIG_MBEDTLS_CERTIFICATE_BUNDLE_DEFAULT_FULL=n
11
# this does not silence M5_LOG_LEVEL logging.
12
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
13
14
+# Keep upstream warnings as warnings (Kconfig default: y on IDF 5.4/5.5, n on 6.0+). Pin to y.
15
+CONFIG_COMPILER_DISABLE_DEFAULT_ERRORS=y
16
+
17
# ESP32 classic only: M5Unified falls back to the legacy touch_sensor.h API (the new
18
# driver/touch_sens.h is not on its include path), which emits a deprecation #warning. That is
19
# harmless by default, but becomes a hard error if the build turns default warnings into errors
0 commit comments