Christopher Hiller
                                            Christopher Hiller
                                        
                                    this is what happens when I try to flash the tests: ``` +---------------------+ | Building spiffs.img | +---------------------+ /net.js /i2c.js /ledc.js /bootwifi.js /start.js /stream.js /neopixels.js /web/ide.html /web/test.html /web/selectAP.html /web/ide.js /Partitions.js...
...that isn't the only filename that's too long. I can certainly shorten the filenames to flash, but I'm mainly curious if others were able to flash as-is.
OK, so the `spiffs` component isn't from ESP-IDF's implementation, and I'm not sure what version of `mkspiffs` is in `bin/` without running it in a VM (`bin/mkspiffs --version`). I could...
Insofar as some of the tooling/frameworks are concerned, maybe it'd be possible to consume PlatformIO to manage it, as to avoid committing blobs to VCS... it supports ESP-IDF, but I...
@nkolban think we can do away with actually needing `spiffs.h` itself? that would certainly simplify things.
OK, my PR #25 seems to have broken *reading*. I'll look into this. also I'll disable formatting upon error. even though duktape-esp32 won't be able to read the filesystem, it...
wtf... the `partitions.csv` is a 0-byte file. oops.
that's what I had in there, but I botched the commit.
this is my `partitions.csv`. but reading a file results in an `EIO` "I/O Error". I'm unfamiliar with debugging these things, but I'll give it a shot later tonight or tomorrow...
I thought SPIFFS was flat?