From 9fc08b7e4294373c55404bf94fbfe3f7ce61c2dd Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Sun, 14 Jul 2024 12:52:32 -0400 Subject: [PATCH] . --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 47e3d72cf..3c7483c9d 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,15 @@ ESP32-C3 is a cost-effective, RISC-V-based MCU with Wi-Fi and Bluetooth 5 (LE) c ### Programming via UART +## 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. + +```C +#ifnotdef +#define +``` + Bare-bones ESP32 module can be programmed via UART interface (`GPIO03` and `GPIO01`) using USB to UART adapter. ## Temperature Node. The Key Elements and Components