diff --git a/wippersnapper-config-builder.js b/wippersnapper-config-builder.js index c7f95b4..15a724a 100644 --- a/wippersnapper-config-builder.js +++ b/wippersnapper-config-builder.js @@ -1331,8 +1331,6 @@ function showComponentConfigModal(component, type) { `; - - // TODO: Tyeth/Brent - Add GPS properties here if needed, or below in datatypes } // Data type selection @@ -1840,8 +1838,6 @@ function updateSelectedComponentsList() { } else if (component.componentAPI === 'uart') { detailsText += `
TX Pin: ${component.pinTx}, RX Pin: ${component.pinRx}`; - // TODO: Tyeth/Brent - Add GPS properties here if needed, or override sensorTypes - // Show sensor types if (component.sensorTypes && component.sensorTypes.length > 0) { detailsText += '
Data types: ';