mirror of
https://github.com/uhi22/pyPLC.git
synced 2024-11-10 01:05:42 +00:00
SLAC: Timeout in StartAttenChar back to standard 600ms instead of 1000ms
This commit is contained in:
parent
5fe63fdcda
commit
cf9160c1bc
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ class pyPlcHomeplug():
|
||||||
self.mytransmitbuffer[19]=0x00 # apptype
|
self.mytransmitbuffer[19]=0x00 # apptype
|
||||||
self.mytransmitbuffer[20]=0x00 # sectype
|
self.mytransmitbuffer[20]=0x00 # sectype
|
||||||
self.mytransmitbuffer[21]=0x0a # number of sounds: 10
|
self.mytransmitbuffer[21]=0x0a # number of sounds: 10
|
||||||
self.mytransmitbuffer[22]=10 # timeout N*100ms. Normally 6, means in 600ms all sounds must have been tranmitted.
|
self.mytransmitbuffer[22]=6 # timeout N*100ms. Normally 6, means in 600ms all sounds must have been tranmitted.
|
||||||
# Todo: As long we are a little bit slow, lets give 1000ms instead of 600, so that the
|
# Todo: As long we are a little bit slow, lets give 1000ms instead of 600, so that the
|
||||||
# charger is able to catch it all.
|
# charger is able to catch it all.
|
||||||
self.mytransmitbuffer[23]=0x01 # response type
|
self.mytransmitbuffer[23]=0x01 # response type
|
||||||
|
|
Loading…
Reference in a new issue