From a215233c2c24cf7d306e36b2451795cad486e724 Mon Sep 17 00:00:00 2001 From: Mike Bird Date: Mon, 29 Jul 2024 18:52:53 -0400 Subject: [PATCH] 01 light docs --- docs/hardware/01-light/assembly.mdx | 2 +- docs/hardware/01-light/case.mdx | 2 +- docs/hardware/01-light/esp32.mdx | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/hardware/01-light/assembly.mdx b/docs/hardware/01-light/assembly.mdx index 1aebf28..f94311c 100644 --- a/docs/hardware/01-light/assembly.mdx +++ b/docs/hardware/01-light/assembly.mdx @@ -9,7 +9,7 @@ Watch this video from James at CAD9 Design for a detailed guide on assembling yo width="560" height="315" src="https://www.youtube.com/embed/37a5bgvoZy8" - frameborder="0" + frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen > diff --git a/docs/hardware/01-light/case.mdx b/docs/hardware/01-light/case.mdx index fe85b19..916a4e3 100644 --- a/docs/hardware/01-light/case.mdx +++ b/docs/hardware/01-light/case.mdx @@ -13,7 +13,7 @@ Watch this video from James at CAD9 Design for a deep dive on his design. width="560" height="315" src="https://www.youtube.com/embed/BjoO0Kt-IWM" - frameborder="0" + frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen > diff --git a/docs/hardware/01-light/esp32.mdx b/docs/hardware/01-light/esp32.mdx index e7d9ef6..08ebefa 100644 --- a/docs/hardware/01-light/esp32.mdx +++ b/docs/hardware/01-light/esp32.mdx @@ -5,10 +5,10 @@ description: "How to setup the ESP32" To set up the ESP32 for use with 01, follow this guide to install the firmware: -1. Download [Arduino IDE](https://www.arduino.cc/en/software) +1. Download [Arduino IDE](https://www.arduino.cc/en/software). 2. Get the firmware by copying the contents of [client.ino](https://github.com/OpenInterpreter/01/blob/main/software/source/clients/esp32/src/client/client.ino) from the 01 repository. -3. Open Arduino IDE and paste the client.ino contents -4. Go to Tools -> Board -> Boards Manager, search "esp32", then install the boards by Arduino and Espressif +3. Open Arduino IDE and paste the client.ino contents. +4. Go to Tools -> Board -> Boards Manager, search "esp32", then install the boards by Arduino and Espressif. 5. Go to Tools -> Manage Libraries, then install the following: - M5Atom by M5Stack [Reference](https://www.arduino.cc/reference/en/libraries/m5atom/) @@ -24,7 +24,7 @@ Watch this video from Thomas for a step-by-step guide on flashing the ESP32 and width="560" height="315" src="https://www.youtube.com/embed/Y76zed8nEE8" - frameborder="0" + frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen >