mirror of
https://github.com/uhi22/pyPLC.git
synced 2024-11-10 01:05:42 +00:00
fix: EvseMode/SLAC: avoid overwriting of the end of RunID
This commit is contained in:
parent
063c38884a
commit
f90bd24f54
1 changed files with 1 additions and 3 deletions
|
@ -343,9 +343,7 @@ class pyPlcHomeplug():
|
||||||
self.fillDestinationMac(self.pevMac, 28) # forwarding_sta, same as PEV MAC, plus 2 bytes 00 00
|
self.fillDestinationMac(self.pevMac, 28) # forwarding_sta, same as PEV MAC, plus 2 bytes 00 00
|
||||||
self.mytransmitbuffer[34]=0x00 #
|
self.mytransmitbuffer[34]=0x00 #
|
||||||
self.mytransmitbuffer[35]=0x00 #
|
self.mytransmitbuffer[35]=0x00 #
|
||||||
self.fillRunId(36) # runid 8 bytes
|
self.fillRunId(36) # 36 to 43 runid 8 bytes
|
||||||
self.mytransmitbuffer[42]=0x0 #
|
|
||||||
self.mytransmitbuffer[43]=0x0 #
|
|
||||||
# rest is 00
|
# rest is 00
|
||||||
|
|
||||||
def composeStartAttenCharInd(self):
|
def composeStartAttenCharInd(self):
|
||||||
|
|
Loading…
Reference in a new issue