kopia lustrzana https://github.com/espressif/esp-idf
7 wiersze
217 B
Plaintext
7 wiersze
217 B
Plaintext
|
menu "Test app config"
|
||
|
config SINGLE_CORE_VARIANT
|
||
|
bool "Patch esp_chip_info to return single core in a multicore chip"
|
||
|
default "n"
|
||
|
depends on IDF_TARGET_ESP32 || IDF_TARGET_ESP32S3
|
||
|
endmenu
|