chg, make python aware of pm3 search paths

This commit is contained in:
iceman1001 2020-05-26 14:41:58 +02:00
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)