From a50813454f69ecd3ed1c72a23992a1b26885c99b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jacob=20Hyl=C3=A9n?=
Date: Tue, 21 May 2024 12:58:01 +0200
Subject: [PATCH 1/2] Add note about debugging
---
.../03.nano/boards/nano-esp32/tutorials/debugging/debugging.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/content/hardware/03.nano/boards/nano-esp32/tutorials/debugging/debugging.md b/content/hardware/03.nano/boards/nano-esp32/tutorials/debugging/debugging.md
index 42854a5c24..a0ce4cf62f 100644
--- a/content/hardware/03.nano/boards/nano-esp32/tutorials/debugging/debugging.md
+++ b/content/hardware/03.nano/boards/nano-esp32/tutorials/debugging/debugging.md
@@ -23,6 +23,8 @@ Debugging is an essential skill for anyone working with technology, whether you'
## Software & Hardware Needed
+***The Arduino ESP32 board package version 2.0.16 and higher require Arduino IDE 2.3 or higher to debug natively in the IDE.***
+
- [Arduino Nano ESP32](https://store.arduino.cc/nano-esp32)
- [Arduino IDE](https://www.arduino.cc/en/software)
- [Arduino ESP32 Board Package](https://github.com/arduino/arduino-esp32) installed (2.0.12 or newer)
From a1614a9d6c24e3d81d4e2d950fdcc0a369b48ec6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jacob=20Hyl=C3=A9n?=
Date: Tue, 21 May 2024 12:59:47 +0200
Subject: [PATCH 2/2] Update debugging.md
---
.../03.nano/boards/nano-esp32/tutorials/debugging/debugging.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/hardware/03.nano/boards/nano-esp32/tutorials/debugging/debugging.md b/content/hardware/03.nano/boards/nano-esp32/tutorials/debugging/debugging.md
index a0ce4cf62f..0bc2482037 100644
--- a/content/hardware/03.nano/boards/nano-esp32/tutorials/debugging/debugging.md
+++ b/content/hardware/03.nano/boards/nano-esp32/tutorials/debugging/debugging.md
@@ -23,7 +23,7 @@ Debugging is an essential skill for anyone working with technology, whether you'
## Software & Hardware Needed
-***The Arduino ESP32 board package version 2.0.16 and higher require Arduino IDE 2.3 or higher to debug natively in the IDE.***
+***The Arduino ESP32 board package version 2.0.16 and higher requires Arduino IDE 2.3 or higher to debug natively in the IDE.***
- [Arduino Nano ESP32](https://store.arduino.cc/nano-esp32)
- [Arduino IDE](https://www.arduino.cc/en/software)