Skip to content

Commit 852b6a8

Browse files
committed
doc formatting
1 parent e346d06 commit 852b6a8

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

doc/faq/readme.rst

+4-8
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,18 @@ entering an issue report, please perform initial troubleshooting.
4343
How can I get some extra KBs in flash ?
4444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4545

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:
4848

49-
```
50-
./tools/boards.txt.py --nofloat --allgen
51-
```
49+
``./tools/boards.txt.py --nofloat --allgen``
5250

5351
Why can't I use WPS ?
5452
~~~~~~~~~~~~~~~~~~~~~
5553

5654
WPS is disabled by default, this offers an extra 4KB in ram/heap. To enable
5755
WPS, use this boards generator option:
5856

59-
```
60-
./tools/boards.txt.py --noextra4kheap --allgen
61-
```
57+
``./tools/boards.txt.py --noextra4kheap --allgen``
6258

6359
This Arduino library doesn't work on ESP. How do I make it work?
6460
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)