diff --git a/src/frontend/components/interfaces/AddInterfacePage.vue b/src/frontend/components/interfaces/AddInterfacePage.vue index 2155487..1527155 100644 --- a/src/frontend/components/interfaces/AddInterfacePage.vue +++ b/src/frontend/components/interfaces/AddInterfacePage.vue @@ -274,52 +274,6 @@ - -
- - - Show on-air RNode bitrate & link budget - - -
- -
-
-
- - -

ⓘ A stub or PCB antenna might have around 1 dBi of gain, where a directional Yagi might have 5 dBi of gain.

-
-
-
- -
-

On-Air Calculations

-
-
-
Sensitivity
-
{{ RNodeInterfaceLoRaParameters.sensitivity }}
-
-
-
Data Rate
-
{{ RNodeInterfaceLoRaParameters.dataRate }}
-
-
-
Link Budget
-
{{ RNodeInterfaceLoRaParameters.linkBudget }}
-
-
-
- -
- -
-

ⓘ The RNode Multi Interface is used for custom devices with multiple LoRa transceivers such as the openCom XL.

@@ -678,6 +632,49 @@ + + + + + + @@ -779,7 +776,6 @@ export default { isEditingInterface: false, showAllSettings: false, // more interface settings, used for TCPInterface and RNodeInterface - showRNodeLoRaParameters: false, // accordion for displaying RNode physical LoRa parameters showRNodeSubInterfaces: false, // accordion for adding multiple RNode interfaces appInfo: null, @@ -1265,9 +1261,6 @@ export default { toggleAllSettings() { this.showAllSettings = !this.showAllSettings; }, - toggleRNodeLoRaParameters() { - this.showRNodeLoRaParameters = !this.showRNodeLoRaParameters; - }, toggleRNodeSubInterfaces() { this.showRNodeSubInterfaces = !this.showRNodeSubInterfaces; },