Skip to content

Commit 9a765ff

Browse files
committed
Updating FAQ formatting
1 parent 490941b commit 9a765ff

File tree

1 file changed

+21
-12
lines changed

1 file changed

+21
-12
lines changed

faq.md

+21-12
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,35 @@
11
---
22
---
3-
Category: site
4-
Q: Why not support `.uf2` format downloads?
5-
A: ESP32 boards lack the hardware to support this format.
3+
# Freqyently Asked Quesions
4+
5+
## XXX: site
6+
7+
**Q: Why not support `.uf2` format downloads?**
8+
9+
**A:** ESP32 boards lack the hardware to support this format.
610
Many newer boards with the necessary hardware arrive
711
without a UF2 bootloader installed in flash.
812
It's at least as hard to get the right UF2 bootloader installed
913
as it is to just install MicroPython from a `.bin` file.
1014

11-
Q: What version of MicroPython is installed?
12-
A: The latest release version from MicroPython.Org. XXX linkMe
13-
There may be a brief lag because a maintainer of this site must notice the release and rebuild this site.
15+
**Q: What version of MicroPython is installed?**
16+
17+
**A:** The latest release version from [MicroPython.Org](https://micropython.org/download/) downloads,
18+
currently `{% include mpVersion.txt %}`.
19+
There may be a brief lag in updating because this site is manually updated and rebuilt.
1420

15-
Q: Can I install older versions? Daily builds?
16-
A: Those can be directly downloaded from MicroPython.Org XXX linkMe
21+
**Q: Can I install older versions? Daily builds?**
22+
23+
**A:** Those can be directly downloaded from MicroPython.Org XXX linkMe
1724
The focus here is simply on helping people install the latest version.
1825

19-
Q: Where do the MicroPython binaries come from?
20-
The MicroPython binaries installed were copied directly from MicroPython.Org when this site was built.
26+
**Q: Where do the MicroPython binaries come from?**
27+
28+
**A:** The MicroPython binaries installed were copied directly from MicroPython.Org when this site was built.
29+
30+
**Q: Why support only Espressif MCUs?**
2131

22-
Q: Why support only Espressif MCUs?
23-
A: We use [ESP Web Tools](https://esphome.github.io/esp-web-tools/) that
32+
**A:** We use [ESP Web Tools](https://esphome.github.io/esp-web-tools/) that
2433
support Espressif MCUs.
2534
Collaborators helping to add support for more MCUs
2635
are [welcome](https://github.com/MPEasy-Org/MPEasy.github.io/discussions/).

0 commit comments

Comments
 (0)