From 7477e12e15c4054b6eabd3cc1dc4500538d92950 Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Tue, 16 Jul 2024 20:43:25 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cf16fef42..8fb530c24 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,8 @@ ESP32-C3 is a cost-effective, RISC-V-based MCU with Wi-Fi and Bluetooth 5 (LE) c ### Programming via UART +ESP32 modules can be programmed using USB-UART adapter connected to the corresponding UART pins on the ESP32 module. This approach allows to save space on PCB boards, which is very helpful when PCB dimentions have constraints. + ## Unified Configuration Framework ESP Nodes performing specific operations can use different ESP32 Modules for optimization purposes. As dicersity of ESP32s being used by the Nodes increases, so does the code. However, in order to keep core code independent from the ESP32 Module being used, the so-called configurations specific for the particular ESP32 Module are defined in config.h file.