diff options
author | Bdale Garbee <bdale@gag.com> | 2018-04-22 19:00:03 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2018-04-22 19:00:03 -0600 |
commit | 20dc0e6c8e365c1f4188189d506163d589c3bade (patch) | |
tree | 0cf53e4e35adc83f5ffaaa5498c7e96146f489a3 /ao-bringup | |
parent | 0b58d3067d994319b73c2bd15817f6922257ece2 (diff) |
add a warning about Google limiting per-day access until/unless we pay
Diffstat (limited to 'ao-bringup')
-rwxr-xr-x | ao-bringup/turnon_telegps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-bringup/turnon_telegps b/ao-bringup/turnon_telegps index b1da4373..5e4cd616 100755 --- a/ao-bringup/turnon_telegps +++ b/ao-bringup/turnon_telegps @@ -49,7 +49,7 @@ esac FLASH_FILE=$REPO/loaders/telegps-v2.0-altos-flash-*.bin ALTOS_FILE=$REPO/telegps-v2.0-*.elf -$DFU_UTIL -a 0 -s 0x08000000:leave -D $FLASH_FILE +$DFU_UTIL -v -v -R -a 0 -s 0x08000000:leave -D $FLASH_FILE sleep 3 |