File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -43,22 +43,18 @@ entering an issue report, please perform initial troubleshooting.
43
43
How can I get some extra KBs in flash ?
44
44
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
45
45
46
- Using `*printf() ` with floats is enabled by default. Some KBs of flash can
47
- be saved by using the option `--nofloat ` with the boards generator:
46
+ Using `` *printf() ` ` with floats is enabled by default. Some KBs of flash can
47
+ be saved by using the option `` --nofloat ` ` with the boards generator:
48
48
49
- ```
50
- ./tools/boards.txt.py --nofloat --allgen
51
- ```
49
+ ``./tools/boards.txt.py --nofloat --allgen ``
52
50
53
51
Why can't I use WPS ?
54
52
~~~~~~~~~~~~~~~~~~~~~
55
53
56
54
WPS is disabled by default, this offers an extra 4KB in ram/heap. To enable
57
55
WPS, use this boards generator option:
58
56
59
- ```
60
- ./tools/boards.txt.py --noextra4kheap --allgen
61
- ```
57
+ ``./tools/boards.txt.py --noextra4kheap --allgen ``
62
58
63
59
This Arduino library doesn't work on ESP. How do I make it work?
64
60
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments