Skip to content

Commit 6e41f36

Browse files
committed
update readme
1 parent 2e806e9 commit 6e41f36

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ Tool to build and unpack [SPIFFS](https://github.com/pellepl/spiffs) images.
77

88
```
99
10-
./mkspiffs {-c <pack_dir>|-u <dest_dir>|-l|-i} [-b <number>] [-p <number>] [-s
11-
<number>] [--] [--version] [-h] <image_file>
10+
mkspiffs {-c <pack_dir>|-u <dest_dir>|-l|-i} [-d <0-5>] [-b <number>]
11+
[-p <number>] [-s <number>] [--] [--version] [-h]
12+
<image_file>
1213
1314
14-
Where:
15+
Where:
1516
1617
-c <pack_dir>, --create <pack_dir>
1718
(OR required) create spiffs image from a directory
@@ -26,6 +27,9 @@ Where:
2627
(OR required) visualize spiffs image
2728
2829
30+
-d <0-5>, --debug <0-5>
31+
Debug level. 0 means no debug output.
32+
2933
-b <number>, --block <number>
3034
fs block size, in bytes
3135
@@ -71,6 +75,7 @@ MIT
7175

7276
## To do
7377

74-
- Error handling
75-
- Determine the image size automatically when opening a file
76-
- Code cleanup
78+
- [ ] Add more denug output and print spiffs debug output
79+
- [ ] Error handling
80+
- [ ] Determine the image size automatically when opening a file
81+
- [ ] Code cleanup

0 commit comments

Comments
 (0)