Last active
May 22, 2017 21:01
-
-
Save gojimmypi/d64263b9fc8c69de33e0270f901fd6f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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