Skip to content

Commit adac504

Browse files
committed
some typos corrected
1 parent 6630c02 commit adac504

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### Full example of using **SPIFFS** with ESP3232
1+
### Full example of using **SPIFFS** with ESP32
22

33
---
44

components/mkspiffs/src/mkspiffs

-142 KB
Binary file not shown.

components/spiffs/spiffs_vfs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ int spiffs_mount() {
724724
int retries = 0;
725725
int err = 0;
726726

727-
ESP_LOGI(tag, "Mounting SPIFFS files ystem");
727+
ESP_LOGI(tag, "Mounting SPIFFS files system");
728728

729729
cfg.phys_addr = CONFIG_SPIFFS_BASE_ADDR;
730730
cfg.phys_size = CONFIG_SPIFFS_SIZE;

partitions_example.csv

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name, Type, SubType, Offset, Size, Flags
22
# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
3-
nvs, data, nvs, 0x9000, 0x6000,
4-
phy_init, data, phy, 0xf000, 0x1000,
5-
factory, app, factory, 0x10000, 1M,
6-
storage, data, spiffs, , 1M,
3+
nvs, data, nvs, 0x9000, 0x6000,
4+
phy_init, data, phy, 0xf000, 0x1000,
5+
factory, app, factory, 0x10000, 1M,
6+
storage, data, spiffs, 0x180000, 1M,

0 commit comments

Comments
 (0)