mirror of https://bitbucket.org/ausocean/av.git
psi: using lowercase letters in hex
This commit is contained in:
parent
13b8c23351
commit
b2b5db1f1f
|
@ -33,8 +33,8 @@ import (
|
|||
|
||||
// Times as ints for testing
|
||||
const (
|
||||
tstTime1 = 1235367435 // 0x49A2360B
|
||||
tstTime2 = 1735357535 // 0x676F745F
|
||||
tstTime1 = 1235367435 // 0x49a2360b
|
||||
tstTime2 = 1735357535 // 0x676f745f
|
||||
)
|
||||
|
||||
// GPS string for testing
|
||||
|
|
Loading…
Reference in New Issue