fixes for my green-tab adafruit ST7735R

This commit is contained in:
Nano
2024-03-17 20:16:31 -07:00
parent 1ea25ab9d3
commit c423817334
3 changed files with 9 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
$repo_dir="$(pwd)".replace("`\", "/")
$env:PROJ_PATH="$repo_dir"
$env:IDF_PATH="$repo_dir/lib/esp-idf"
. "$($env:IDF_PATH)/export.ps1"