requests library got changed, so put it into the update
This commit is contained in:
parent
88dacd58f4
commit
76693b97d7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,10 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
python ~/hacks/micropython/tools/mpremote/mpremote.py connect /dev/ttyACM0 mip install sdcard
|
||||
python ~/hacks/micropython/tools/mpremote/mpremote.py connect /dev/ttyACM0 mip install requests
|
||||
python ~/hacks/micropython/tools/mpremote/mpremote.py connect /dev/ttyACM0 mip install github:mkomon/uota
|
||||
|
||||
python ~/hacks/micropython/tools/mpremote/mpremote.py connect /dev/ttyACM0 fs cp main.py :main.py
|
||||
python ~/hacks/micropython/tools/mpremote/mpremote.py connect /dev/ttyACM0 fs cp requests.py :requests.py
|
||||
python ~/hacks/micropython/tools/mpremote/mpremote.py connect /dev/ttyACM0 fs cp uota.cfg :uota.cfg
|
||||
python ~/hacks/micropython/tools/mpremote/mpremote.py connect /dev/ttyACM0 fs cp version :version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue