aboutsummaryrefslogtreecommitdiff
path: root/inputs.json
diff options
context:
space:
mode:
Diffstat (limited to 'inputs.json')
-rw-r--r--inputs.json17
1 files changed, 6 insertions, 11 deletions
diff --git a/inputs.json b/inputs.json
index 2cf87a6..9fda5e6 100644
--- a/inputs.json
+++ b/inputs.json
@@ -4,7 +4,9 @@
"on0":{
"is_sender": true,
"power_off": 0,
- "power_on":10,
+ "power_on": 1,
+ "power_rx": 2,
+ "power_tx": 3,
"use_hint": true,
"wake_ts": [ 1, 7, 7 ],
"wake_duration": [ 5, 1, 2],
@@ -13,20 +15,13 @@
"on1":{
"is_sender": false,
"power_off": 0,
- "power_on":10,
+ "power_on": 10,
+ "power_tx": 10,
+ "power_rx": 10,
"use_hint": false,
"wake_ts": [ 1, 7, 8 ],
"wake_duration": [ 5, 5, 1],
"data_size": 50
- },
- "on2":{
- "is_sender": false,
- "power_off": 0,
- "power_on":10,
- "use_hint": false,
- "wake_ts": [ 1, 7 , 8 ],
- "wake_duration": [ 5, 5, 1],
- "data_size": 50
}
}
}