mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
docs(esptool_py): Add SPI flash size note for users
This commit is contained in:
@ -122,7 +122,9 @@ choice ESPTOOLPY_FLASHSIZE
|
||||
prompt "Flash size"
|
||||
default ESPTOOLPY_FLASHSIZE_2MB
|
||||
help
|
||||
SPI flash size, in megabytes
|
||||
SPI flash size, in megabytes. Users must not configure a larger value than their real flash size.
|
||||
Otherwise an unexpected result may cause if users read/write a wrong address of flash.
|
||||
|
||||
config ESPTOOLPY_FLASHSIZE_1MB
|
||||
bool "1 MB"
|
||||
config ESPTOOLPY_FLASHSIZE_2MB
|
||||
|
Reference in New Issue
Block a user