Skip to content

Instantly share code, notes, and snippets.

@gojimmypi
Last active May 22, 2017 21:01
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 gojimmypi/d64263b9fc8c69de33e0270f901fd6f7 to your computer and use it in GitHub Desktop.
Save gojimmypi/d64263b9fc8c69de33e0270f901fd6f7 to your computer and use it in GitHub Desktop.
#!/bin/bash
export PATH=$PATH:$HOME/esp/xtensa-esp32-elf/bin
export IDF_PATH=~/esp/esp-idf
sudo chmod 777 /dev/ttyUSB0
cd ~/esp/hello_world
make flash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment