Merge pull request #276 from adafruit/drop-gps-example-fields

fix(gps): remove gps example sub-properties
This commit is contained in:
Tyeth Gundry 2025-08-18 17:33:48 +01:00 committed by GitHub
commit dc7f57cb16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 10 deletions

View file

@ -8,10 +8,6 @@
"i2cAddresses": [ "0x42" ],
"isGps": true,
"gps": {
"period": 1000,
"commands_ubxes": [
"JgAABgEIBgAxnyk=",
"JgAABgEIOAAwTBI="
]
"period": 1000
}
}

View file

@ -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
}
}