mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 13:40:52 +00:00
Update README.md
This commit is contained in:
@@ -61,9 +61,13 @@ ESP32-C3 is a cost-effective, RISC-V-based MCU with Wi-Fi and Bluetooth 5 (LE) c
|
|||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> Remember to add entry for congif.h inside .gitignore file to prevent Git from pushing security sensitive data to the repository.
|
||||||
|
|
||||||
```C
|
```C
|
||||||
#ifnotdef
|
#define WIFI_NAME "IoT_bots"
|
||||||
#define
|
#define WIFI_PASSWORD "405405405"
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Bare-bones ESP32 module can be programmed via UART interface (`GPIO03` and `GPIO01`) using USB to UART adapter.
|
Bare-bones ESP32 module can be programmed via UART interface (`GPIO03` and `GPIO01`) using USB to UART adapter.
|
||||||
|
Reference in New Issue
Block a user