Mention GPS custom datatype/sensortype insertion points

This commit is contained in:
tyeth 2025-07-31 12:24:08 +01:00
parent 70cb0120a0
commit 679848a9ff

View file

@ -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: ';