Skip to content

Commit 4b9d3d9

Browse files
SConawaydevyte
authored andcommitted
Fix some typos in the FAQ (#4503)
1 parent ad5691d commit 4b9d3d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/faq/readme.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ entering an issue report, please perform initial troubleshooting.
4040

4141
:doc:`Read more <a02-my-esp-crashes>`.
4242

43-
This Arduino library doesn't work on ESP. How do I make it working?
43+
This Arduino library doesn't work on ESP. How do I make it work?
4444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4545

4646
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,
5959
so we don't bother doing that. Besides, no one has so far complained
6060
about 1MB of code space being insufficient for practical purposes.
6161

62-
The option to choose 4M or 1M SPIFFS is to optimize the upload time.
62+
The option to choose 3M or 1M SPIFFS is to optimize the upload time.
6363
Uploading 3MB takes a long time so sometimes you can just use 1MB. Other
6464
2MB of flash can still be used with ``ESP.flashRead`` and
6565
``ESP.flashWrite`` APIs if necessary.

0 commit comments

Comments
 (0)