aboutsummaryrefslogtreecommitdiff
path: root/inputs.json
diff options
context:
space:
mode:
Diffstat (limited to 'inputs.json')
-rw-r--r--inputs.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/inputs.json b/inputs.json
index 6cf316c..e5b2b99 100644
--- a/inputs.json
+++ b/inputs.json
@@ -6,15 +6,19 @@
"startup_delay": 0,
"max_attemps" : 1,
"power_off": 0,
- "power_on":10
+ "power_on":10,
+ "use_hint": true,
+ "data_size": 10
},
"on1":{
"wake_interval": 5,
"is_sender": true,
"wake_duration": 5,
"startup_delay": 0,
- "max_attemps" : 1,
+ "max_attemps" : 2,
"power_off": 0,
- "power_on":10
+ "power_on":10,
+ "use_hint":true,
+ "data_size": 10
}
} \ No newline at end of file