Switch to 2.x branch for MPY generation.
This commit is contained in:
parent
1967c3f6c6
commit
dc0aa78295
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue