Skip to content

Commit dc1851b

Browse files
committed
docs: fix indentation error in s3 spi_flash kconfig
1 parent 1fa6d49 commit dc1851b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

components/spi_flash/esp32s3/Kconfig.flash_freq

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ choice ESPTOOLPY_FLASHFREQ
1010
- Flash 120 MHz SDR mode is stable.
1111
- Flash 120 MHz DDR mode is an experimental feature, it works when
1212
the temperature is stable.
13-
Risks:
14-
If your chip powers on at a certain temperature, then after the temperature
15-
increases or decreases by approximately 20 Celsius degrees (depending on the
16-
chip), the program will crash randomly.
13+
14+
Risks:
15+
If your chip powers on at a certain temperature, then after the temperature
16+
increases or decreases by approximately 20 Celsius degrees (depending on the
17+
chip), the program will crash randomly.
1718
config ESPTOOLPY_FLASHFREQ_80M
1819
bool "80 MHz"
1920
config ESPTOOLPY_FLASHFREQ_40M

0 commit comments

Comments
 (0)