lv_micropython/scripts/env-variables-esp32.sh
PGNetHun 4fae3e1139
Update readme files (#90)
* Update readme files and fix ESP-IDF path in scripts folder

* Update LVGL readme file
2025-03-15 16:24:17 +01:00

8 lines
111 B
Bash
Executable File

#!/bin/bash
# Set environment variables for ESP32 development
ESPIDF=~/esp/esp-idf
source $ESPIDF/export.sh