Skip to content

Commit

Permalink
Add TransceiverWatchdogTimeout for Base Station.
Browse files Browse the repository at this point in the history
  • Loading branch information
breaker27 committed Nov 12, 2017
1 parent 66baf5e commit 2fabb25
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion tools/shc_e2p_editor/e2p_layout.xml
Expand Up @@ -118,8 +118,16 @@
</Element>
<DefaultVal>19</DefaultVal>
</EnumValue>
<UIntValue>
<ID>TransceiverWatchdogTimeout</ID>
<Description>Reset RFM12B module if no data is received until timeout is reached. Use this function if your specific transceiver hangs sometimes. Value is in deca seconds. Suggested setting is 48 (for 8 minutes). Set 0 to disable (default).</Description>
<Bits>8</Bits>
<MinVal>0</MinVal>
<MaxVal>255</MaxVal>
<DefaultVal>0</DefaultVal>
</UIntValue>
<Reserved>
<Bits>3568</Bits>
<Bits>3560</Bits>
</Reserved>
</Block>
<Block>
Expand Down

0 comments on commit 2fabb25

Please sign in to comment.