rf-exposure-calculator
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "rf-exposure-calculator", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "RF Exposure Calculator for HAM Radio", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -11,3 +11,3 @@ 👋 | RF Exposure Calculator | ||
10, // Power in Watts | ||
1.0, // [0-1]: Mode Duty Cycle | ||
0.4, // [0-1]: Mode Duty Cycle | ||
{ // TX Duty Cycle | ||
@@ -27,4 +27,4 @@ tx: 2, // Minutes spent transmitting | ||
"max_allowed_power_density": 17.3611, | ||
"min_safe_distance_in_feet": 0.2919 | ||
"min_safe_distance_in_feet": 0.1846 | ||
} | ||
``` |
5624