def program_digit()

in firmware/digit-programmer/flash.py [0:0]


def program_digit():
    cwd = os.path.dirname(os.path.realpath(__file__))
    dfu_util_args = [DFU_UTIL_CMD, "-vRD", DFU_TMP_BIN]
    subprocess.run(dfu_util_args, cwd=cwd)