firmware/testing/devtest/cap-image.py
2020-11-18 14:19:14 -05:00

8 lines
191 B
Python

# (c) Copyright 2020 by Coinkite Inc. This file is covered by license found in COPYING-CC.
#
from main import dis
from ubinascii import hexlify as b2a_hex
RV.write(b2a_hex(dis.dis.buffer))