Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
slav-at-attachix committed Oct 24, 2024
1 parent 30548f4 commit 582f186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fi
export PYTHON=${PYTHON:=$(which python3)}

# Toolchain paths
export SMING_TOOLCHAINS=${ESP_HOME:=/opt}
export SMING_TOOLCHAINS=${SMING_TOOLCHAINS:=/opt}

# Esp8266
export ESP_HOME=${ESP_HOME:=$SMING_TOOLCHAINS/esp-quick-toolchain}
Expand Down

0 comments on commit 582f186

Please sign in to comment.