Skip to content

Commit

Permalink
Merge pull request #93 from konnected-io/lfs
Browse files Browse the repository at this point in the history
reduce size of SPIFFS image
  • Loading branch information
heythisisnate authored Apr 26, 2019
2 parents a18e7f2 + fc1cfe0 commit 8c92485
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified firmware/konnected-filesystem-0x100000-2-2-7.img
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/build-spiffs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

/opt/nodemcu-firmware/tools/spiffsimg/spiffsimg -f /opt/nodemcu-firmware/bin/konnected-filesystem-0x%x.img -S 2MB -U 0x100000 -r /scripts/spiffs.lst -d
/opt/nodemcu-firmware/tools/spiffsimg/spiffsimg -f /opt/nodemcu-firmware/bin/konnected-filesystem-0x%x.img -S 10m -U 0x100000 -r /scripts/spiffs.lst -d

0 comments on commit 8c92485

Please sign in to comment.