You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# arduino-esp32littlefs-plugin
2
-
# Arduino ESP32 LittleFS filesystem uploader
2
+
##Arduino ESP32 LittleFS filesystem uploader
3
3
4
4
- Arduino plugin, which packs sketch <b>data</b> folder into LittleFS filesystem image and uploads the image to ESP32 flash memory
5
5
- Everything is kept identified as SPIFFS for compatibility with your previous code like drop-in replacement
@@ -36,7 +36,7 @@ On the OS X create the tools directory in ~/Documents/Arduino/ and unpack the fi
36
36
## Credits and license
37
37
38
38
- This work is based on the [original tool](https://github.com/me-no-dev/arduino-esp32fs-plugin/) Copyright (c) 2015 Hristo Gochkov (hristo at espressif dot com)
39
-
- Licensed under GPL v2 ([text](LICENSE.txt))
39
+
- Licensed under GPL v2 ([text](LICENSE))
40
40
- ESP8266 variant of same tool, made by [<b>earlephilhower</b> is here](https://github.com/earlephilhower/arduino-esp8266littlefs-plugin)
41
41
- ESP8266 variant of LittleFS libraty, same author: [see here](https://github.com/esp8266/Arduino/tree/master/libraries/LittleFS)
0 commit comments