simple script working
This commit is contained in:
5
client/pyscripts/ice.py
Normal file
5
client/pyscripts/ice.py
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
lrc= 0x00
|
||||
for i in range(5):
|
||||
lrc ^= 42
|
||||
print('\n final LRC XOR byte value: %02X\n' % (lrc))
|
||||
Reference in New Issue
Block a user