Skip to content

Commit 97ad7bf

Browse files
committed
typo fixes
1 parent 489a873 commit 97ad7bf

File tree

1 file changed

+4
-4
lines changed
  • content/hardware/03.nano/boards/nano-esp32/tutorials/spiff

1 file changed

+4
-4
lines changed

content/hardware/03.nano/boards/nano-esp32/tutorials/spiff/spiff.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: [ESP32, SPIFFS, IDE]
99

1010
The SPIFFS (Serial Peripheral Interface Flash File System) is a file system designed to be used with NOR flash memory devices and microcontrollers that support the Serial Peripheral Interface (SPI) protocol such as the ESP32 found on the [Nano ESP32](https://store.arduino.cc/products/nano-esp32?queryID=undefined).
1111

12-
***Before proceeding with the SPIFFS file system setup on Nano ESP, please be aware that the mounting instructions mentioned in a comment on the code from the packaged built-in example are tailored for specific older IDE versions such as IDE 1.8. These instructions might not be relevant to IDE 2.0, as it does not support the utilization of custom tools, unnecessary in this case.***
12+
***Before proceeding with the SPIFFS file system setup on Nano ESP, please be aware that the mounting instructions mentioned in a comment on the code from the packaged built-in example are tailored for specific older IDE versions such as IDE 1.8. These instructions might not be relevant to IDE 2.0, as it does not support the utilization of custom tools, which are unnecessary in this case.***
1313

1414
## Set Up SPIFFS File System
1515

@@ -31,7 +31,7 @@ Prepare your following these steps:
3131

3232
- **Plug it in** and the RGB LED will turn on with a green or blue color.
3333

34-
- While the **GND** and **B1** pins are shorted, press the white **RST** button on the top of the board to reset the board to **firmware download mode**.
34+
- While the **GND** and **B1** pins are shorted, press the white **RST** button on the top of the board to reset the board.
3535

3636
- **Remove** the jumper cable. The RGB LED should stay on, in a purple or yellow color.
3737

@@ -55,13 +55,13 @@ Select the **Esptool as Programmer** by going to:
5555

5656
We have now successfully changed the partition scheme and the final step is to upload a sketch using programmer and reset the board.
5757

58-
Upload the sketch **Using Programmer** by going to:
58+
Upload the sketch via **Using Programmer** by going to:
5959

6060
- Sketch > Upload Using Programmer
6161

6262
![Upload Using Programmer](./assets/uploadProgrammer.png)
6363

64-
After the successfull upload press the white **RST** button on the top of the board. You should see two ports in the drop-down menu, one showing a USB symbol and another one showing a cube.
64+
After the successful upload press the white **RST** button on the top of the board. You should see two ports in the drop-down menu, one showing a USB symbol and another one showing a cube.
6565

6666
Select the port next to the USB symbol.
6767

0 commit comments

Comments
 (0)