diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2021-05-06 11:57:50 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2021-05-06 11:57:50 +0200 |
| commit | 5f7bdb8f3cdb6a1e1f9eae7e0fbab34e2d1e5070 (patch) | |
| tree | 491e1a81f356278f01bc88653b4d20508526e014 /inputs.json | |
| parent | 0ec9b3f334707ad2981d2c48d0f75fd880b2bad4 (diff) | |
Debugging
Diffstat (limited to 'inputs.json')
| -rw-r--r-- | inputs.json | 10 |
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 |
