You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# ESP32 Playground
|
|
|
|
## Setting up the Debug
|
|
|
|
You need the following in your `platformio.ini` order to get the debugger co
|
|
|
|
```
|
|
debug_tool = esp-prog
|
|
debug_init_break = tbreak setup
|
|
```
|
|
|
|
## Pinout Diagrams
|
|
![ESP32_NodeMCU](hiletgo_esp32_pinout.jpg) |