esptool.py 文件源码

python
阅读 20 收藏 0 点赞 0 评论 0

项目:iot 作者: akademikbilisim 项目源码 文件源码
def read_checksum(self, f):
        """ Return ESPLoader checksum from end of just-read image """
        # Skip the padding. The checksum is stored in the last byte so that the
        # file is a multiple of 16 bytes.
        align_file_position(f, 16)
        return ord(f.read(1))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号