mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-28 13:40:37 +08:00
11 lines
238 B
Plaintext
11 lines
238 B
Plaintext
menu "Factory-test config"
|
|
|
|
config FACTORY_TEST
|
|
bool "Enable factory test"
|
|
default n
|
|
select BOOTLOADER_INIT_SPI_FLASH
|
|
help
|
|
Enable this option, project compiling script will generate factory test firmware.
|
|
|
|
endmenu
|