chg, make python aware of pm3 search paths

This commit is contained in:
iceman1001
2020-05-26 14:41:58 +02:00
parent 3f02fa6e34
commit f7537519ff
2 changed files with 61 additions and 4 deletions

View File

@@ -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)