Remove TODOs
This commit is contained in:
parent
3a4fd3e8df
commit
f44d1ab582
1 changed files with 0 additions and 4 deletions
|
|
@ -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: ';
|
||||
|
|
|
|||
Loading…
Reference in a new issue