From 726f9f8f0031f23a665341590c32791f0ef800c2 Mon Sep 17 00:00:00 2001
From: Jacob Williams <47766188+BotSpace@users.noreply.github.com>
Date: Mon, 15 Jul 2024 12:13:49 -0400
Subject: [PATCH] Nou2s and ESP32s out of stock
---
products/products.js | 39 +++++++++++++++++++++------------------
1 file changed, 21 insertions(+), 18 deletions(-)
diff --git a/products/products.js b/products/products.js
index 72f6914..b3a616f 100644
--- a/products/products.js
+++ b/products/products.js
@@ -4,12 +4,13 @@ let products = [
link: "minifrc-kit-of-parts",
image: "nou2-minifrc-kit-of-parts-1.png",
price: "$34.43",
- buy: `
`,
+ buy: `Out of stock. `,
+ //buy: ``,
blurb: `This kit includes all of the fundamentals a robot needs to compete in MiniFRC. Comes with an ESP32 and NoU2.`,
description: `This kit will give you and your team the basics to get yourself on the field. Comes with an ESP32 microcontroller and the Alfredo-custom NoU2 motor shield. Check out our robot build tutorial for help getting started.
@@ -94,12 +95,13 @@ let products = [
link: "alfredo-nou2",
image: "nou2-1.png",
price: "$13.27",
- buy: ``,
+ buy: `Out of stock. `,
+ //buy: ``,
blurb: `Give power to your projects with this Alfredo-original shield. Built with six DC motor ports, support for four servos, a custom and intuitive library, and a sleek, compact design, the NoU2 is perfect for virtually any small robotics project.`,
description: `Simply plug a into the and the NoU2 is ready to drive your latest robotics project. The NoU2 marks the next advancement in Alfredo’s multipurpose small robotics technology. This shield improves on the features pioneered by the original NoU, including:
`,
+ buy: `Out of stock. `,
+ //buy: ``,
blurb: `The ESP32 is a high-performance microcontroller perfect for projects ranging from small robots to large-scale IoT implementations. The ESP32 comes with built-in Wi-Fi and Bluetooth capability, making it an outstanding choice to wrap logic, wireless communication, and input/output into an elegant, tiny package.`,
description: `The ESP32 can be programmed with the , , , and many more. Because of its integrated Bluetooth Low Energy chip, the ESP32 is ideal for hobby robotics applications.`
},