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 | |
parent | 0b58d3067d994319b73c2bd15817f6922257ece2 (diff) |
add a warning about Google limiting per-day access until/unless we pay
-rwxr-xr-x | ao-bringup/turnon_telegps | 2 | ||||
-rw-r--r-- | doc/load-maps.inc | 6 | ||||
m--------- | pdclib | 0 | ||||
-rw-r--r-- | src/stmf0/ao_usb_stm.c | 2 |
4 files changed, 7 insertions, 3 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 diff --git a/doc/load-maps.inc b/doc/load-maps.inc index e7717d89..ccab4795 100644 --- a/doc/load-maps.inc +++ b/doc/load-maps.inc @@ -5,7 +5,11 @@ Before heading out to a new launch site, you can use this to load satellite images in case you don't have - internet connectivity at the site. + internet connectivity at the site. Try not to wait + until the last minute, though, particularly if you're + heading to a major launch. If too many people are + all trying to download map data at once, Google may + limit access until the next day. There's a drop-down menu of launch sites we know about; if your favorites aren't there, please let us diff --git a/pdclib b/pdclib -Subproject 3e68419ad3ca3237ca16de4cf2a967f04129fe3 +Subproject 20f71c3a97eb4c7ecfa9754a0ca42855db93599 diff --git a/src/stmf0/ao_usb_stm.c b/src/stmf0/ao_usb_stm.c index bf08abc1..483d2419 100644 --- a/src/stmf0/ao_usb_stm.c +++ b/src/stmf0/ao_usb_stm.c @@ -1447,7 +1447,7 @@ ao_usb_enable(void) ao_arch_release_interrupts(); - for (t = 0; t < 1000; t++) + for (t = 0; t < 50000; t++) ao_arch_nop(); /* Enable USB pull-up */ |