Skip to content

Commit 9fd43bf

Browse files
committed
Add Software & Hardware Needed
1 parent 97ad7bf commit 9fd43bf

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ The SPIFFS (Serial Peripheral Interface Flash File System) is a file system desi
1111

1212
***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

14+
## Software & Hardware Needed
15+
16+
- [Arduino Nano ESP32](https://store.arduino.cc/nano-esp32)
17+
- [Arduino IDE](https://www.arduino.cc/en/software)
18+
- [Arduino ESP32 Core](https://github.com/arduino/arduino-esp32)
19+
1420
## Set Up SPIFFS File System
1521

1622
Start by opening the **SPIFFS_Test example** by going to:

0 commit comments

Comments
 (0)