Code: Select all
cargo generate https://github.com/esp-rs/esp-idf-template cargo
I tried adding ESP_IDF_SDKCONFIG/ESP_IDF_SDKCONFIG_DEFAULTS to the [env] section in .cargo/config.toml but still nothing. The sdkconfig.defaults file is being ignored completely. Another thing I tried is putting random characters into it to make the build fail on purpose, but the build was completed successfully, which again suggests that the file is ignored.
Could someone please help me?