From fe138d3580c82d2077fb5388883101ed649f43b2 Mon Sep 17 00:00:00 2001 From: Nic Limper Date: Tue, 26 Sep 2023 20:38:55 +0200 Subject: [PATCH] Updated Building an Access Point (markdown) --- hardware/Building-an-Access-Point.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/Building-an-Access-Point.md b/hardware/Building-an-Access-Point.md index 9ef90a1..4592b4a 100644 --- a/hardware/Building-an-Access-Point.md +++ b/hardware/Building-an-Access-Point.md @@ -48,7 +48,7 @@ https://www.youtube.com/watch?v=R-WRH9hXSpI ### Designing your own AP If you design your own AP, there are a few points to keep in mind: -If you use the same components as an existing AP, try to use the same pinout if you want to have OTA. When using a ESP32-C6 as an AP, please copy the pinout of the Mini AP v3 or Yellow AP to be able to flash the ESP32-C6 via the other ESP32. Use a 16MB flash and 8MB ram ESP32-S3 module. For the ESP32-C6, 4MB flash will do. +If you use the same components as an existing AP, try to use the same pinout if you want to have OTA. When using a ESP32-C6 as an AP, please copy the pinout of the Mini AP v3 or Yellow AP to be able to flash the ESP32-C6 via the other ESP32. Use a 16MB flash and 8MB ram ESP32-S3 module. For the ESP32-C6, 4MB flash will do. The pinouts for the different build environments are listed [[on this page|Access-point-pinouts]] ### Why do I need an ESP32-S3 *and* a ESP32-C6?