Created
December 21, 2017 05:08
-
-
Save gojimmypi/b3b035c0951952ce3c4da1245e8f2cb6 to your computer and use it in GitHub Desktop.
M5stack ESP32 Arduino IDE install
This file contains 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
:: Arduino IDE 1.8.5 | |
:: see https://learn.sparkfun.com/tutorials/esp32-thing-hookup-guide#installing-the-esp32-arduino-core | |
:: run as administrator | |
cd "C:\Program Files (x86)\Arduino\hardware" | |
mkdir espressif | |
cd espressif | |
git clone https://github.com/espressif/arduino-esp32.git esp32 | |
:: run get.exe | |
cd "C:\Program Files (x86)\Arduino\hardware\espressif\esp32\tools\" | |
get.exe | |
cd "C:\Program Files (x86)\Arduino\libraries" | |
git clone https://github.com/m5stack/M5Stack.git | |
:: restart Arduino IDE | |
:: include M5 stack Arduino library using Arduino library manager |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment