Mention GPS custom datatype/sensortype insertion points
This commit is contained in:
parent
70cb0120a0
commit
679848a9ff
1 changed files with 4 additions and 0 deletions
|
|
@ -1315,6 +1315,8 @@ function showComponentConfigModal(component, type) {
|
|||
</select>
|
||||
</div>
|
||||
`;
|
||||
|
||||
// TODO: Tyeth/Brent - Add GPS properties here if needed, or below in datatypes
|
||||
}
|
||||
|
||||
// Data type selection
|
||||
|
|
@ -1760,6 +1762,8 @@ function updateSelectedComponentsList() {
|
|||
} else if (component.componentAPI === 'uart') {
|
||||
detailsText += `<br>TX Pin: ${component.txPin}, RX Pin: ${component.rxPin}`;
|
||||
|
||||
// TODO: Tyeth/Brent - Add GPS properties here if needed, or override sensorTypes
|
||||
|
||||
// Show sensor types
|
||||
if (component.sensorTypes && component.sensorTypes.length > 0) {
|
||||
detailsText += '<br>Data types: ';
|
||||
|
|
|
|||
Loading…
Reference in a new issue