Home
last modified time | relevance | path

Searched refs:proto_file_current_md5 (Results 1 – 1 of 1) sorted by relevance

/nanopb-3.4.0/generator/
Dplatformio_generator.py94 proto_file_current_md5 = hashlib.md5(pathlib.Path(proto_file_abs).read_bytes()).hexdigest() variable
117 if last_md5 != proto_file_current_md5:
143 pathlib.Path(proto_file_md5_abs).write_text(proto_file_current_md5)