Skip to content

Instantly share code, notes, and snippets.

@larsch
Created May 3, 2015 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larsch/d2d627498e42d1b45433 to your computer and use it in GitHub Desktop.
Save larsch/d2d627498e42d1b45433 to your computer and use it in GitHub Desktop.
Environment variables for building for ESP8266 using esp-open-sdk
export SDK_BASE=$HOME/esp-open-sdk/esp_iot_sdk_v1.0.1
export XTENSA_TOOLS_ROOT=$HOME/esp-open-sdk/xtensa-lx106-elf/bin
export ESPTOOL=$HOME/esp-open-sdk/esptool/esptool.py
export PATH=$HOME/esp-open-sdk/xtensa-lx106-elf/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment