From c25f350f94579d95a3db6c6e4e42e0550ba6ea6a Mon Sep 17 00:00:00 2001 From: Per Tillisch Date: Thu, 17 Apr 2025 02:20:50 -0700 Subject: [PATCH] Correct microcontroller name in "About the Nano ESP32 category" post The Nano ESP32 board uses the ESP32-S3 microcontroller. The post previously stated that it uses "the ESP32" microcontroller. Although the ESP32-S3 is one model in the ESP32 family of microcontrollers, it is not accurate to say the board uses "the ESP32" microcontroller, as that implies it uses the classic ESP32 (which is another specific model, which has the same name as the family). --- .../nano-esp32/_topics/about-the-nano-esp32-category/1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/categories/official-hardware/nano-family/nano-esp32/_topics/about-the-nano-esp32-category/1.md b/content/categories/official-hardware/nano-family/nano-esp32/_topics/about-the-nano-esp32-category/1.md index 7eaeb9ea..c30cc3f1 100644 --- a/content/categories/official-hardware/nano-family/nano-esp32/_topics/about-the-nano-esp32-category/1.md +++ b/content/categories/official-hardware/nano-family/nano-esp32/_topics/about-the-nano-esp32-category/1.md @@ -1,3 +1,3 @@ Discussion about the Nano ESP32 board. -The Nano ESP32 is based on the Espressif ESP32 microcontroller. +The Nano ESP32 is based on the Espressif ESP32-S3 microcontroller.