Remove TODOs

This commit is contained in:
Tyeth Gundry 2025-08-11 17:22:43 +01:00
parent 3a4fd3e8df
commit f44d1ab582

View file

@ -1331,8 +1331,6 @@ function showComponentConfigModal(component, type) {
</select>
</div>
`;
// 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 += `<br>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 += '<br>Data types: ';