From: Bdale Garbee Date: Mon, 23 Apr 2018 01:00:03 +0000 (-0600) Subject: add a warning about Google limiting per-day access until/unless we pay X-Git-Tag: 1.8.6~1^2~109 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=20dc0e6c8e365c1f4188189d506163d589c3bade add a warning about Google limiting per-day access until/unless we pay --- 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 index 3e68419a..20f71c3a 160000 --- a/pdclib +++ b/pdclib @@ -1 +1 @@ -Subproject commit 3e68419ad3ca3237ca16de4cf2a967f04129fe33 +Subproject commit 20f71c3a97eb4c7ecfa9754a0ca42855db935999 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 */