Skip to content

Commit

Permalink
Define new default 48 value for TransceiverWatchdogTimeout, so that t…
Browse files Browse the repository at this point in the history
…he function is on by default.
  • Loading branch information
breaker27 committed Nov 24, 2022
1 parent c4b78aa commit 591b082
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tools/shc_e2p_editor/e2p_layout.xml
Expand Up @@ -120,11 +120,11 @@
</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>
<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.</Description>
<Bits>8</Bits>
<MinVal>0</MinVal>
<MaxVal>255</MaxVal>
<DefaultVal>0</DefaultVal>
<DefaultVal>48</DefaultVal>
</UIntValue>
<Reserved>
<Bits>3560</Bits>
Expand Down Expand Up @@ -669,11 +669,11 @@
</UIntValue>
<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>
<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.</Description>
<Bits>8</Bits>
<MinVal>0</MinVal>
<MaxVal>255</MaxVal>
<DefaultVal>0</DefaultVal>
<DefaultVal>48</DefaultVal>
</UIntValue>
<UIntValue>
<ID>StatusCycle</ID>
Expand Down Expand Up @@ -802,11 +802,11 @@
</UIntValue>
<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>
<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.</Description>
<Bits>8</Bits>
<MinVal>0</MinVal>
<MaxVal>255</MaxVal>
<DefaultVal>0</DefaultVal>
<DefaultVal>48</DefaultVal>
</UIntValue>
<Reserved>
<Bits>7640</Bits>
Expand Down

0 comments on commit 591b082

Please sign in to comment.