From 0ce61fec8e7a5ff13a0e2d7f8b1d2c91019456e0 Mon Sep 17 00:00:00 2001 From: Steven Conaway Date: Sun, 11 Mar 2018 15:53:29 -0700 Subject: [PATCH] Fix some typos in the FAQ --- doc/faq/readme.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/faq/readme.rst b/doc/faq/readme.rst index 66add0de47..80013f4437 100644 --- a/doc/faq/readme.rst +++ b/doc/faq/readme.rst @@ -40,7 +40,7 @@ entering an issue report, please perform initial troubleshooting. :doc:`Read more `. -This Arduino library doesn't work on ESP. How do I make it working? +This Arduino library doesn't work on ESP. How do I make it work? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ You would like to use this Arduino library with ESP8266 and it does not @@ -59,7 +59,7 @@ total, but switching such "banks" on the fly is not easy and efficient, so we don't bother doing that. Besides, no one has so far complained about 1MB of code space being insufficient for practical purposes. -The option to choose 4M or 1M SPIFFS is to optimize the upload time. +The option to choose 3M or 1M SPIFFS is to optimize the upload time. Uploading 3MB takes a long time so sometimes you can just use 1MB. Other 2MB of flash can still be used with ``ESP.flashRead`` and ``ESP.flashWrite`` APIs if necessary.