Update README.md

This commit is contained in:
Alexandre B 2024-07-14 12:57:34 -04:00
parent 263a9b2918
commit e0d7b0be91

View File

@ -68,6 +68,17 @@ ESP Nodes performing specific operations can use different ESP32 Modules for opt
#define WIFI_NAME "IoT_bots"
#define WIFI_PASSWORD "405405405"
/* ESP32-WROOM Module */
#define SCL_PIN
#define SDA_PIN
/* ESP32-3C Module */
/* ESP32-C3 Super Mini */
#define SCL_PIN
#define SDA_PIN
#define SYS_LED_PIN (8)
```
Bare-bones ESP32 module can be programmed via UART interface (`GPIO03` and `GPIO01`) using USB to UART adapter.