mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-25 20:02:37 +03:00
Fix some typos in the FAQ (#4503)
This commit is contained in:
parent
ad5691d637
commit
4b9d3d9e33
@ -40,7 +40,7 @@ entering an issue report, please perform initial troubleshooting.
|
|||||||
|
|
||||||
:doc:`Read more <a02-my-esp-crashes>`.
|
:doc:`Read more <a02-my-esp-crashes>`.
|
||||||
|
|
||||||
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
|
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
|
so we don't bother doing that. Besides, no one has so far complained
|
||||||
about 1MB of code space being insufficient for practical purposes.
|
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
|
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
|
2MB of flash can still be used with ``ESP.flashRead`` and
|
||||||
``ESP.flashWrite`` APIs if necessary.
|
``ESP.flashWrite`` APIs if necessary.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user