From e98df94294baa53b0e2c27ee0725fcda1e2c6df9 Mon Sep 17 00:00:00 2001 From: Prohurtz <48768484+RedHawk989@users.noreply.github.com> Date: Mon, 15 Aug 2022 17:07:56 -0700 Subject: [PATCH] Delete docs/_data/troubleshooting_yml directory --- docs/_data/troubleshooting_yml/troubleshooting.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 docs/_data/troubleshooting_yml/troubleshooting.yml diff --git a/docs/_data/troubleshooting_yml/troubleshooting.yml b/docs/_data/troubleshooting_yml/troubleshooting.yml deleted file mode 100644 index 629d8c6..0000000 --- a/docs/_data/troubleshooting_yml/troubleshooting.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -# Use this YAML file to create a list of troubleshooting questions and answers. - -- question: "My ESP32-Cam wont connect in PlatformIO" - answer: "First, make sure you are using a cable that can transmit data. Then check if your programmer board has a button labled IOO. If it does, hold that button in while plugging the tracker in. If both of those things don't work, try a system restart." - hyper_link: "" - link_description: "" - type: "general" - troubleshooting_link_id: 1 - ----