You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -38,7 +38,7 @@ My ESP crashes running some code. How to troubleshoot it?
38
38
The code may crash because of s/w bug or issue with your h/w. Before
39
39
entering an issue report, please perform initial troubleshooting.
40
40
41
-
`Read more <a02-my-esp-crashes.rst>`__.
41
+
`Read more <faq/a02-my-esp-crashes.rst>`__.
42
42
43
43
How can I get some extra KBs in flash ?
44
44
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -50,7 +50,7 @@ How can I get some extra KBs in flash ?
50
50
51
51
* Use the debug level option ``NoAssert-NDEBUG`` (in the Tools menu)
52
52
53
-
`Read more <a05-board-generator.rst>`__.
53
+
`Read more <faq/a05-board-generator.rst>`__.
54
54
55
55
About WPS
56
56
~~~~~~~~~
@@ -63,7 +63,7 @@ required to enable it:
63
63
64
64
``./tools/boards.txt.py --allowWPS --boardsgen``
65
65
66
-
`Read more <a05-board-generator.rst>`__.
66
+
`Read more <faq/a05-board-generator.rst>`__.
67
67
68
68
For platformIO (and maybe other build environments), you will also need to add the build flag: -D NO_EXTRA_4K_HEAP
69
69
@@ -77,7 +77,7 @@ This Arduino library doesn't work on ESP. How do I make it work?
77
77
You would like to use this Arduino library with ESP8266 and it does not
78
78
perform. It is not listed among libraries verified to work with ESP8266.
79
79
80
-
`Read more <a03-library-does-not-work.rst>`__.
80
+
`Read more <faq/a03-library-does-not-work.rst>`__.
81
81
82
82
In the IDE, for ESP-12E that has 4M flash, I can choose 4M (1M FS) or 4M (3M FS). No matter what I select, the IDE tells me the maximum code space is about 1M. Where does my flash go?
0 commit comments