diff --git a/scripts/jebbatime-dev-flash-release b/scripts/jebbatime-dev-flash-release index a26d566..22c9b52 100755 --- a/scripts/jebbatime-dev-flash-release +++ b/scripts/jebbatime-dev-flash-release @@ -8,7 +8,7 @@ cd $JEBBATIMEGITROOT # Download latest release. XXX better link to latest. rm -f /tmp/micropython.zip wget -O /tmp/micropython.zip \ - https://spacecruft.org/attachments/9238c4cc-cd29-4b95-89fe-b3246609339c + https://spacecruft.org/attachments/cdfc3e81-75b0-4e10-9f96-05462f1a919c # Reboot thang into bootloader echo "Rebooting development PineTime watch into bootloader..." diff --git a/scripts/jebbatime-flash-release b/scripts/jebbatime-flash-release index 8587163..f51051a 100755 --- a/scripts/jebbatime-flash-release +++ b/scripts/jebbatime-flash-release @@ -8,7 +8,7 @@ cd $JEBBATIMEGITROOT # Download latest release. XXX better link to latest. rm -f /tmp/micropython.zip wget -O /tmp/micropython.zip \ - https://spacecruft.org/attachments/9238c4cc-cd29-4b95-89fe-b3246609339c + https://spacecruft.org/attachments/cdfc3e81-75b0-4e10-9f96-05462f1a919c # Reboot thang into bootloader echo "Rebooting development PineTime watch into bootloader..."