Johny Mattsson 4a47813e20 Reduced SPIFFS cache, freeing ~0.5k RAM.
Also made the cache on/off configurable via user_config.h. Uncached writes
are not a very good idea, but for read-only deployments a further ~0.5k RAM
can be gained by disabling the cache.

Tweaked the file.read() workhorse to read large chunks at a time rather
than use getc(), to compensate for potential unavailability of cache.
2015-07-31 18:15:18 +10:00
..
2015-06-20 01:50:29 +08:00
2015-06-20 01:50:29 +08:00
2015-06-20 01:50:29 +08:00
2015-06-07 12:45:55 +02:00
2015-07-10 16:16:25 +10:00
2015-07-10 16:16:25 +10:00
2015-07-10 16:16:25 +10:00
2015-01-16 22:41:34 +02:00
2015-06-29 23:15:30 +02:00
2015-07-21 20:37:44 +02:00
2015-07-02 00:50:26 +02:00
2015-07-12 13:43:33 +02:00