Merge branch 'master' into rf_experiment_v0.9
This commit is contained in:
commit
3ad4a9f0f8
2 changed files with 5 additions and 2 deletions
|
|
@ -135,6 +135,7 @@ if args.learn:
|
|||
else ''.join(format(x, '02x') for x in bytearray(data))
|
||||
if args.learn:
|
||||
print(learned)
|
||||
print("Base64: " + base64.b64encode(learned.decode("hex")))
|
||||
if args.learnfile:
|
||||
print("Saving to {}".format(args.learnfile))
|
||||
with open(args.learnfile, "w") as text_file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue