Skip to content

Change sdkconfig / "make menuconfig" properties #229

@Curclamas

Description

@Curclamas

What would be the preferred way on changing the default sdconfig.h content which seems to be auto generated in a "make menuconfig" fashion?

Example: If we would like to have the following panic behavior:

# CONFIG_ESP32_PANIC_PRINT_HALT is not set
CONFIG_ESP32_PANIC_PRINT_REBOOT=y
# CONFIG_ESP32_PANIC_SILENT_REBOOT is not set
# CONFIG_ESP32_PANIC_GDBSTUB is not set

But in sdconfig.h (https://github.com/espressif/arduino-esp32/blob/master/tools/sdk/include/config/sdkconfig.h) of the arduino repo we have:

#define CONFIG_ESP32_PANIC_PRINT_HALT 1

What ways could there be to achieve something like this? Also from a general perspective as well es from a sketch by sketch based approach?

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