Skip to content

Commit f44d1ab

Browse files
committed
Remove TODOs
1 parent 3a4fd3e commit f44d1ab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

wippersnapper-config-builder.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1331,8 +1331,6 @@ function showComponentConfigModal(component, type) {
13311331
</select>
13321332
</div>
13331333
`;
1334-
1335-
// TODO: Tyeth/Brent - Add GPS properties here if needed, or below in datatypes
13361334
}
13371335

13381336
// Data type selection
@@ -1840,8 +1838,6 @@ function updateSelectedComponentsList() {
18401838
} else if (component.componentAPI === 'uart') {
18411839
detailsText += `<br>TX Pin: ${component.pinTx}, RX Pin: ${component.pinRx}`;
18421840

1843-
// TODO: Tyeth/Brent - Add GPS properties here if needed, or override sensorTypes
1844-
18451841
// Show sensor types
18461842
if (component.sensorTypes && component.sensorTypes.length > 0) {
18471843
detailsText += '<br>Data types: ';

0 commit comments

Comments
 (0)