chg, make python aware of pm3 search paths
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import os
|
||||
import sys
|
||||
|
||||
lrc= 0x00
|
||||
for i in range(5):
|
||||
lrc ^= 42
|
||||
print('\n final LRC XOR byte value: %02X\n' % (lrc))
|
||||
print("SP %s" % sys.path)
|
||||
|
||||
Reference in New Issue
Block a user