diff --git a/src/frontend/components/interfaces/AddInterfacePage.vue b/src/frontend/components/interfaces/AddInterfacePage.vue index cad3425..1891ae1 100644 --- a/src/frontend/components/interfaces/AddInterfacePage.vue +++ b/src/frontend/components/interfaces/AddInterfacePage.vue @@ -459,6 +459,45 @@ + + + Calculated On-Air RNode Bitrate & Link Budget + + + + + Antenna Gain (dBi) + + ⓘ 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 ?? "???" }} + + + + + + + + Optional AutoInterface Settings @@ -647,49 +686,6 @@ - - - Calculated On-Air RNode Bitrate & Link Budget - - - - - - - Antenna Gain (dBi) - - ⓘ 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 }} - - - - - - - - Common Interface Settings
ⓘ A stub or PCB antenna might have around 1 dBi of gain, where a directional Yagi might have 5 dBi of gain.