Skip to content

Commit 9e0490e

Browse files
authored
DOCS-1745: Remove disable_nmea option from movement sensor (#2525)
1 parent 6286ac5 commit 9e0490e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/components/movement-sensor/gps/gps-nmea.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ Then remove and fill in the attributes as applicable to your movement sensor, ac
4646
"i2c_bus": "<index-of-bus-on-board>",
4747
"i2c_addr": <int>,
4848
"i2c_baud_rate": <int>
49-
},
50-
"disable_nmea": <boolean>
49+
}
5150
}
5251
```
5352

@@ -102,8 +101,7 @@ Then remove and fill in the attributes as applicable to your movement sensor, ac
102101
"i2c_bus": "<index-of-bus-on-board>",
103102
"i2c_addr": <int>,
104103
"i2c_baud_rate": <int>
105-
},
106-
"disable_nmea": <boolean>
104+
}
107105
},
108106
"depends_on": [],
109107
}
@@ -172,7 +170,6 @@ The `"serial_path"` filepath on a macOS system might resemble <file>"/dev/ttyUSB
172170
| Name | Type | Inclusion | Description |
173171
| ----------------- | ------- | ------------ | ---------------- |
174172
| `connection_type` | string | **Required** | `"I2C"` or `"serial"`. See [Connection Attributes](#connection-attributes) below. |
175-
| `disable_nmea` | boolean | Optional | If set to `true`, changes the NMEA message protocol to RTCM when using a chip as a base station. <br> Default: `false` |
176173

177174
### Connection attributes
178175

0 commit comments

Comments
 (0)