master
Gordon Williams 2022-01-12 13:37:45 +00:00
parent 5ea2cf8b56
commit 55c0a37fc3
1 changed files with 4 additions and 0 deletions

View File

@ -118,6 +118,10 @@
// Disable BDS, use just GPS (supposedly improve lock time)
js += `\x10Serial1.println("${CASIC_CHECKSUM("$PCAS04,1")}")\n`; // set GPS-only mode
// What about:
// NAV-TIMEUTC (0x01 0x10)
// NAV-PV (0x01 0x03)
// or AGPS.zip uses AID-INI (0x0B 0x01)
}
for (var i=0;i<bin.length;i+=chunkSize) {