diff --git a/docs/source/guides/faq.md b/docs/source/guides/faq.md index b977f5f..98b9a93 100644 --- a/docs/source/guides/faq.md +++ b/docs/source/guides/faq.md @@ -1,5 +1,7 @@ # Frequently Asked Questions +--- + **Why is Robodash frozen? The rest of the brain is still functional and the program is running.** @@ -7,6 +9,8 @@ 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 @@ -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.