1
0
Fork 0
jebbatime
ml server 2021-06-12 16:37:17 -06:00
parent fe930cee3b
commit e86b207360
1 changed files with 3 additions and 3 deletions

View File

@ -6,8 +6,8 @@
cd $JEBBATIMEGITROOT
# Download latest release. XXX better link to latest.
rm -f /tmp/micropython.zip
wget -O /tmp/micropython.zip \
rm -f /tmp/micropython-dev.zip
wget -O /tmp/micropython-dev.zip \
https://spacecruft.org/attachments/cdfc3e81-75b0-4e10-9f96-05462f1a919c
# Reboot thang into bootloader
@ -26,5 +26,5 @@ echo "Flashing..."
--legacy \
--verbose \
--address=$JEBBATIMEDEVDFUMAC \
--zip=/tmp/micropython.zip
--zip=/tmp/micropython-dev.zip