Switch to 2.x branch for MPY generation.

This commit is contained in:
Tony DiCola 2017-11-10 12:51:15 -08:00 committed by GitHub
parent 1967c3f6c6
commit dc0aa78295
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#!/bin/bash
sudo apt-get -yqq update
sudo apt-get install -y build-essential git python python-pip
git clone https://github.com/adafruit/micropython.git
git clone https://github.com/adafruit/micropython.git -b 2.x
make -C micropython/mpy-cross
export PATH=$PATH:$PWD/micropython/mpy-cross/
sudo pip install shyaml