Skip to content

How do I build with a customized sdkconfig #102

Open
@dlarue

Description

@dlarue

I've run idf.py menuconfig and changed the settings but after running "./build.sh" it's reverted back and built with stock config.

I then tried "./build.sh -t esp32 -b menuconfig qio 40m" but it just terminates after it runs menuconfig and I save/exit the config.
Running "./build.sh -s" after results in sdkconfig getting reset to defaults.

My goal is to enable the RTC clock to use an external crystal within the Arduino IDE v2.0.3 environment.

optional: I will figure out why it's requiring tools/esptool/* and tools/openocd-esp32/* be installed when the default arduino-esp32 does not. (https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions