7 lines
105 B
Bash
7 lines
105 B
Bash
|
|
# Set environment variables for ESP32 development
|
||
|
|
|
||
|
|
ESPIDF=~/esp/esp-idf-5-2-3
|
||
|
|
|
||
|
|
source $ESPIDF/export.sh
|
||
|
|
|