add a warning about Google limiting per-day access until/unless we pay
authorBdale Garbee <bdale@gag.com>
Mon, 23 Apr 2018 01:00:03 +0000 (19:00 -0600)
committerBdale Garbee <bdale@gag.com>
Mon, 23 Apr 2018 01:00:03 +0000 (19:00 -0600)
ao-bringup/turnon_telegps
doc/load-maps.inc
pdclib
src/stmf0/ao_usb_stm.c

index b1da43735a73982ca2e5d5962253650e51a12c72..5e4cd616f007c175ccf55c436ecbbe02dc13ef57 100755 (executable)
@@ -49,7 +49,7 @@ esac
 FLASH_FILE=$REPO/loaders/telegps-v2.0-altos-flash-*.bin
 ALTOS_FILE=$REPO/telegps-v2.0-*.elf
 
 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
 
 
 sleep 3
 
index e7717d89e2cbb5fd86e4e8d3cda71dfafcb671a9..ccab47954df196807fe3e8fac848cd301d877131 100644 (file)
@@ -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
 
        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
 
        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 3e68419ad3ca3237ca16de4cf2a967f04129fe33..20f71c3a97eb4c7ecfa9754a0ca42855db935999 160000 (submodule)
--- a/pdclib
+++ b/pdclib
@@ -1 +1 @@
-Subproject commit 3e68419ad3ca3237ca16de4cf2a967f04129fe33
+Subproject commit 20f71c3a97eb4c7ecfa9754a0ca42855db935999
index bf08abc169dac58e74da45f81ab2ea1f64c5277e..483d2419ad938325e63d209b76a1188d4a248c04 100644 (file)
@@ -1447,7 +1447,7 @@ ao_usb_enable(void)
 
        ao_arch_release_interrupts();
 
 
        ao_arch_release_interrupts();
 
-       for (t = 0; t < 1000; t++)
+       for (t = 0; t < 50000; t++)
                ao_arch_nop();
 
        /* Enable USB pull-up */
                ao_arch_nop();
 
        /* Enable USB pull-up */