Skip to content

Commit bbf8d48

Browse files
committed
Edit typo in boards.txt + docs
1 parent 31d0b73 commit bbf8d48

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

boards.txt

+9-9
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ menu.LoRaWanDebugLevel=LoRaWan Debug Level
1717
menu.LoopCore=Arduino Runs On
1818
menu.EventsCore=Events Run On
1919
menu.MemoryType=Memory Type
20-
menu.EraseFlash=Erase Flash (on upload)
20+
menu.EraseFlash=Erase All Flash Before Sketch Upload
2121

2222
##############################################################
2323
### DO NOT PUT BOARDS ABOVE THE OFFICIAL ESPRESSIF BOARDS! ###
@@ -225,9 +225,9 @@ esp32s3.menu.DebugLevel.debug.build.code_debug=4
225225
esp32s3.menu.DebugLevel.verbose=Verbose
226226
esp32s3.menu.DebugLevel.verbose.build.code_debug=5
227227

228-
esp32s3.menu.EraseFlash.none=Only Sketch
228+
esp32s3.menu.EraseFlash.none=Disabled
229229
esp32s3.menu.EraseFlash.none.upload.erase_cmd=
230-
esp32s3.menu.EraseFlash.all=All Flash Contents
230+
esp32s3.menu.EraseFlash.all=Enabled
231231
esp32s3.menu.EraseFlash.all.upload.erase_cmd=-e
232232

233233
##############################################################
@@ -380,9 +380,9 @@ esp32c3.menu.DebugLevel.debug.build.code_debug=4
380380
esp32c3.menu.DebugLevel.verbose=Verbose
381381
esp32c3.menu.DebugLevel.verbose.build.code_debug=5
382382

383-
esp32c3.menu.EraseFlash.none=Only Sketch
383+
esp32c3.menu.EraseFlash.none=Disabled
384384
esp32c3.menu.EraseFlash.none.upload.erase_cmd=
385-
esp32c3.menu.EraseFlash.all=All Flash Contents
385+
esp32c3.menu.EraseFlash.all=Enabled
386386
esp32c3.menu.EraseFlash.all.upload.erase_cmd=-e
387387

388388
##############################################################
@@ -561,9 +561,9 @@ esp32s2.menu.DebugLevel.debug.build.code_debug=4
561561
esp32s2.menu.DebugLevel.verbose=Verbose
562562
esp32s2.menu.DebugLevel.verbose.build.code_debug=5
563563

564-
esp32s2.menu.EraseFlash.none=Only Sketch
564+
esp32s2.menu.EraseFlash.none=Disabled
565565
esp32s2.menu.EraseFlash.none.upload.erase_cmd=
566-
esp32s2.menu.EraseFlash.all=All Flash Contents
566+
esp32s2.menu.EraseFlash.all=Enabled
567567
esp32s2.menu.EraseFlash.all.upload.erase_cmd=-e
568568

569569
##############################################################
@@ -731,9 +731,9 @@ esp32.menu.DebugLevel.debug.build.code_debug=4
731731
esp32.menu.DebugLevel.verbose=Verbose
732732
esp32.menu.DebugLevel.verbose.build.code_debug=5
733733

734-
esp32.menu.EraseFlash.none=Only Sketch
734+
esp32.menu.EraseFlash.none=Disabled
735735
esp32.menu.EraseFlash.none.upload.erase_cmd=
736-
esp32.menu.EraseFlash.all=All Flash Contents
736+
esp32.menu.EraseFlash.all=Enabled
737737
esp32.menu.EraseFlash.all.upload.erase_cmd=-e
738738

739739
##############################################################

docs/source/guides/tools_menu.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,13 @@ Events Run On
196196

197197
This function is also used to select the core that runs the Arduino events. This is only valid if the target SoC has 2 cores.
198198

199-
Erase Flash
200-
***********
199+
Erase All Flash Before Sketch Upload
200+
************************************
201201

202202
This option selects the flash memory region to be erased before uploading the new sketch.
203203

204-
* **Only Sketch** - Upload the sketch without erasing all flash contents. (default)
205-
* **All Flash Contents** - Erase all flash contents before uploading the sketch.
204+
* **Disabled** - Upload the sketch without erasing all flash contents. (Default)
205+
* **Enabled** - Erase all flash contents before uploading the sketch.
206206

207207
Port
208208
****

0 commit comments

Comments
 (0)