lv_micropython/scripts/env-variables-esp32.sh

9 lines
126 B
Bash
Executable File

# Set environment variables for ESP32 development
ESPIDF=~/esp/esp-idf-5-2-3
BOARD=ESP32_GENERIC
source $ESPIDF/export.sh