Merge pull request #276 from adafruit/drop-gps-example-fields
fix(gps): remove gps example sub-properties
This commit is contained in:
commit
dc7f57cb16
2 changed files with 2 additions and 10 deletions
|
|
@ -8,10 +8,6 @@
|
|||
"i2cAddresses": [ "0x42" ],
|
||||
"isGps": true,
|
||||
"gps": {
|
||||
"period": 1000,
|
||||
"commands_ubxes": [
|
||||
"JgAABgEIBgAxnyk=",
|
||||
"JgAABgEIOAAwTBI="
|
||||
]
|
||||
"period": 1000
|
||||
}
|
||||
}
|
||||
|
|
@ -13,10 +13,6 @@
|
|||
"invert_sw_serial": false,
|
||||
"deviceType": "gps",
|
||||
"gps": {
|
||||
"period": 1000,
|
||||
"commands_pmtks": [
|
||||
"PMTK314,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
|
||||
"PMTK220,1000"
|
||||
]
|
||||
"period": 1000
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue