Skip to content

Commit

Permalink
Add horizontal lines to FAQ for visual separation
Browse files Browse the repository at this point in the history
  • Loading branch information
unwieldycat committed Nov 2, 2024
1 parent 9136d48 commit bb5624f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/guides/faq.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Frequently Asked Questions

---

**Why is Robodash frozen? The rest of the brain is still functional and the
program is running.**

You likely have an indefinite loop that doesn't yield to PROS' task scheduler
with `pros::delay`, this hogs CPU time and never lets LVGL's tasks run. You
should add a delay in any long-living loop, like your drive code.

---

**Is Robodash V5RC Legal?**

As per the
Expand All @@ -30,11 +34,15 @@ Reading this documentation, reading the source code, and asking questions on the
Discord server will help you get an idea of how Robodash works and is
implemented if you believe it is necessary.

---

**Is Robodash compatible with ___ template?**

As long as the other template doesn't use the screen itself (without using
Robodash), it is compatible with Robodash.

---

**Is Robodash compatible with LLEMU?**

No.

0 comments on commit bb5624f

Please sign in to comment.